Html Css Color HEX #C67CEA Heliotrope

📋 copy color: '#C67CEA'

red 198 ◦ green 124 ◦ blue 234

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

Shades of Heliotrope #C67CEA

Tints of Heliotrope #C67CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.3%

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

R = 35.61%
G = 22.3%
B = 42.09%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C67CEA (or 0xC67CEA) is known color: Heliotrope. HEX triplet: C6, 7C and EA. RGB value is (198,124,234). Sum of RGB (Red+Green+Blue) = 198+124+234=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #C67CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67CEA is #398315. Grayscale: #9E9E9E. Windows color (decimal): -3769110 or 15367366. OLE color: 15367366.

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

Color convert

RGB 198 124 234 -
CMYK 0.15 0.47 0 0.08
HSL 280.36º 0.72% 0.7% -
HSV(B) 280.36º 0.47% 0.92% -
XYZ 45.35 32.36 81.7 -
YUV 158.67 170.52 156.06 -
System Red Green Blue C M Y K H S L
Decimal 198 124 234 0.15 0.47 0 0.08 280.36 0.72 0.7
Hex C6 7C EA F 2F 0 8 118 48 46
Octal 306 174 352 17 57 0 10 430 110 106
Binary 11000110 1111100 11101010 1111 101111 0 1000 100011000 1001000 1000110

Color Harmonies of #C67CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CEA

Black with #C67CEA

Text Example


Text Example

White with #C67CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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