Html Css Color HEX #C672EA Heliotrope

📋 copy color: '#C672EA'

red 198 ◦ green 114 ◦ blue 234

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

Shades of Heliotrope #C672EA

Tints of Heliotrope #C672EA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.88%

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

R = 36.26%
G = 20.88%
B = 42.86%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C672EA (or 0xC672EA) is known color: Heliotrope. HEX triplet: C6, 72 and EA. RGB value is (198,114,234). Sum of RGB (Red+Green+Blue) = 198+114+234=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #C672EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C672EA is #398D15. Grayscale: #989898. Windows color (decimal): -3771670 or 15364806. OLE color: 15364806.

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

Color convert

RGB 198 114 234 -
CMYK 0.15 0.51 0 0.08
HSL 282º 0.74% 0.68% -
HSV(B) 282º 0.51% 0.92% -
XYZ 44.16 29.98 81.3 -
YUV 152.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 198 114 234 0.15 0.51 0 0.08 282 0.74 0.68
Hex C6 72 EA F 33 0 8 11A 4A 44
Octal 306 162 352 17 63 0 10 432 112 104
Binary 11000110 1110010 11101010 1111 110011 0 1000 100011010 1001010 1000100

Color Harmonies of #C672EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672EA

Black with #C672EA

Text Example


Text Example

White with #C672EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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