Html Css Color HEX #C67AEA Heliotrope

📋 copy color: '#C67AEA'

red 198 ◦ green 122 ◦ blue 234

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

Shades of Heliotrope #C67AEA

Tints of Heliotrope #C67AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.24%

R = 35.74%
G = 22.02%
B = 42.24%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C67AEA (or 0xC67AEA) is known color: Heliotrope. HEX triplet: C6, 7A and EA. RGB value is (198,122,234). Sum of RGB (Red+Green+Blue) = 198+122+234=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #C67AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67AEA is #398515. Grayscale: #9D9D9D. Windows color (decimal): -3769622 or 15366854. OLE color: 15366854.

HSL color Cylindrical-coordinate representation of color #C67AEA: hue angle of 280.71º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C67AEA is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 122 234 -
CMYK 0.15 0.48 0 0.08
HSL 280.71º 0.73% 0.7% -
HSV(B) 280.71º 0.48% 0.92% -
XYZ 45.1 31.87 81.62 -
YUV 157.49 171.18 156.89 -
System Red Green Blue C M Y K H S L
Decimal 198 122 234 0.15 0.48 0 0.08 280.71 0.73 0.7
Hex C6 7A EA F 30 0 8 119 49 46
Octal 306 172 352 17 60 0 10 431 111 106
Binary 11000110 1111010 11101010 1111 110000 0 1000 100011001 1001001 1000110

Color Harmonies of #C67AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67AEA

Black with #C67AEA

Text Example


Text Example

White with #C67AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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