Html Css Color HEX #C67DEF Heliotrope

📋 copy color: '#C67DEF'

red 198 ◦ green 125 ◦ blue 239

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

Shades of Heliotrope #C67DEF

Tints of Heliotrope #C67DEF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.24%

 BLUE value IS 239 (93.75% from 255) = 42.53%

R = 35.23%
G = 22.24%
B = 42.53%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C67DEF (or 0xC67DEF) is known color: Heliotrope. HEX triplet: C6, 7D and EF. RGB value is (198,125,239). Sum of RGB (Red+Green+Blue) = 198+125+239=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #C67DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67DEF is #398210. Grayscale: #9F9F9F. Windows color (decimal): -3768849 or 15695302. OLE color: 15695302.

HSL color Cylindrical-coordinate representation of color #C67DEF: hue angle of 278.42º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C67DEF is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 125 239 -
CMYK 0.17 0.48 0 0.06
HSL 278.42º 0.78% 0.71% -
HSV(B) 278.42º 0.48% 0.94% -
XYZ 46.2 32.9 85.58 -
YUV 159.82 172.68 155.23 -
System Red Green Blue C M Y K H S L
Decimal 198 125 239 0.17 0.48 0 0.06 278.42 0.78 0.71
Hex C6 7D EF 11 30 0 6 116 4E 47
Octal 306 175 357 21 60 0 6 426 116 107
Binary 11000110 1111101 11101111 10001 110000 0 110 100010110 1001110 1000111

Color Harmonies of #C67DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67DEF

Black with #C67DEF

Text Example


Text Example

White with #C67DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67DEF; }

 p { color: rgb(198,125,239); }

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

background-color css

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

 a { background-color: rgb(198,125,239); }

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

border-color css

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

 span { border-color: rgb(198,125,239); }

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