Html Css Color HEX #C67AFB Heliotrope

📋 copy color: '#C67AFB'

red 198 ◦ green 122 ◦ blue 251

#C67AFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C67AFB

Tints of Heliotrope #C67AFB

RGB

 RED value IS 198 (77.73% from 255) = 34.68%

 GREEN value IS 122 (48.05% from 255) = 21.37%

 BLUE value IS 251 (98.44% from 255) = 43.96%

R = 34.68%
G = 21.37%
B = 43.96%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C67AFB (or 0xC67AFB) is known color: Heliotrope. HEX triplet: C6, 7A and FB. RGB value is (198,122,251). Sum of RGB (Red+Green+Blue) = 198+122+251=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #C67AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67AFB is #398504. Grayscale: #9E9E9E. Windows color (decimal): -3769605 or 16480966. OLE color: 16480966.

HSL color Cylindrical-coordinate representation of color #C67AFB: hue angle of 275.35º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C67AFB is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 122 251 -
CMYK 0.21 0.51 0 0.02
HSL 275.35º 0.94% 0.73% -
HSV(B) 275.35º 0.51% 0.98% -
XYZ 47.66 32.89 95.1 -
YUV 159.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 198 122 251 0.21 0.51 0 0.02 275.35 0.94 0.73
Hex C6 7A FB 15 33 0 2 113 5E 49
Octal 306 172 373 25 63 0 2 423 136 111
Binary 11000110 1111010 11111011 10101 110011 0 10 100010011 1011110 1001001

Color Harmonies of #C67AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67AFB

Black with #C67AFB

Text Example


Text Example

White with #C67AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67AFB; }

 p { color: rgb(198,122,251); }

 H1.HeaderClassName
 {
   color: #C67AFB;
 }
 .AnyTagClassName
 {
   color: #C67AFB;
 }
</style>

background-color css

<style>
 a { background-color: #C67AFB; }

 a { background-color: rgb(198,122,251); }

 div.DivClassName
 {
   background-color: #C67AFB;
 }
 .BgClassName
 {
   background-color: #C67AFB;
 }
</style>

border-color css

<style>
 span { border-color: #C67AFB; }

 span { border-color: rgb(198,122,251); }

 td.TdClassName
 {
   border-color: #C67AFB;
 }
 .TagClassName
 {
   border-color: #C67AFB;
 }
</style>