Html Css Color HEX #C67EEA Heliotrope

📋 copy color: '#C67EEA'

red 198 ◦ green 126 ◦ blue 234

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

Shades of Heliotrope #C67EEA

Tints of Heliotrope #C67EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.58%

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

R = 35.48%
G = 22.58%
B = 41.94%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C67EEA (or 0xC67EEA) is known color: Heliotrope. HEX triplet: C6, 7E and EA. RGB value is (198,126,234). Sum of RGB (Red+Green+Blue) = 198+126+234=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #C67EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67EEA is #398115. Grayscale: #9F9F9F. Windows color (decimal): -3768598 or 15367878. OLE color: 15367878.

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

Color convert

RGB 198 126 234 -
CMYK 0.15 0.46 0 0.08
HSL 280º 0.72% 0.71% -
HSV(B) 280º 0.46% 0.92% -
XYZ 45.6 32.87 81.78 -
YUV 159.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 198 126 234 0.15 0.46 0 0.08 280 0.72 0.71
Hex C6 7E EA F 2E 0 8 118 48 47
Octal 306 176 352 17 56 0 10 430 110 107
Binary 11000110 1111110 11101010 1111 101110 0 1000 100011000 1001000 1000111

Color Harmonies of #C67EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67EEA

Black with #C67EEA

Text Example


Text Example

White with #C67EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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