Html Css Color HEX #C472EE Heliotrope

📋 copy color: '#C472EE'

red 196 ◦ green 114 ◦ blue 238

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

Shades of Heliotrope #C472EE

Tints of Heliotrope #C472EE

RGB

 RED value IS 196 (76.95% from 255) = 35.77%

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

 BLUE value IS 238 (93.36% from 255) = 43.43%

R = 35.77%
G = 20.8%
B = 43.43%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C472EE (or 0xC472EE) is known color: Heliotrope. HEX triplet: C4, 72 and EE. RGB value is (196,114,238). Sum of RGB (Red+Green+Blue) = 196+114+238=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #C472EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C472EE is #3B8D11. Grayscale: #989898. Windows color (decimal): -3902738 or 15626948. OLE color: 15626948.

HSL color Cylindrical-coordinate representation of color #C472EE: hue angle of 279.68º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C472EE is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 114 238 -
CMYK 0.18 0.52 0 0.07
HSL 279.68º 0.78% 0.69% -
HSV(B) 279.68º 0.52% 0.93% -
XYZ 44.21 29.94 84.34 -
YUV 152.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 196 114 238 0.18 0.52 0 0.07 279.68 0.78 0.69
Hex C4 72 EE 12 34 0 7 118 4E 45
Octal 304 162 356 22 64 0 7 430 116 105
Binary 11000100 1110010 11101110 10010 110100 0 111 100011000 1001110 1000101

Color Harmonies of #C472EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C472EE

Black with #C472EE

Text Example


Text Example

White with #C472EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C472EE; }

 p { color: rgb(196,114,238); }

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

background-color css

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

 a { background-color: rgb(196,114,238); }

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

border-color css

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

 span { border-color: rgb(196,114,238); }

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