Html Css Color HEX #C670EA Heliotrope

📋 copy color: '#C670EA'

red 198 ◦ green 112 ◦ blue 234

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

Shades of Heliotrope #C670EA

Tints of Heliotrope #C670EA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.59%

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

R = 36.4%
G = 20.59%
B = 43.01%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C670EA (or 0xC670EA) is known color: Heliotrope. HEX triplet: C6, 70 and EA. RGB value is (198,112,234). Sum of RGB (Red+Green+Blue) = 198+112+234=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #C670EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C670EA is #398F15. Grayscale: #979797. Windows color (decimal): -3772182 or 15364294. OLE color: 15364294.

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

Color convert

RGB 198 112 234 -
CMYK 0.15 0.52 0 0.08
HSL 282.3º 0.74% 0.68% -
HSV(B) 282.3º 0.52% 0.92% -
XYZ 43.93 29.53 81.23 -
YUV 151.62 174.49 161.08 -
System Red Green Blue C M Y K H S L
Decimal 198 112 234 0.15 0.52 0 0.08 282.3 0.74 0.68
Hex C6 70 EA F 34 0 8 11A 4A 44
Octal 306 160 352 17 64 0 10 432 112 104
Binary 11000110 1110000 11101010 1111 110100 0 1000 100011010 1001010 1000100

Color Harmonies of #C670EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670EA

Black with #C670EA

Text Example


Text Example

White with #C670EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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