Html Css Color HEX #C469EE Heliotrope

📋 copy color: '#C469EE'

red 196 ◦ green 105 ◦ blue 238

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

Shades of Heliotrope #C469EE

Tints of Heliotrope #C469EE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.48%

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

R = 36.36%
G = 19.48%
B = 44.16%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C469EE (or 0xC469EE) is known color: Heliotrope. HEX triplet: C4, 69 and EE. RGB value is (196,105,238). Sum of RGB (Red+Green+Blue) = 196+105+238=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #C469EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C469EE is #3B9611. Grayscale: #929292. Windows color (decimal): -3905042 or 15624644. OLE color: 15624644.

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

Color convert

RGB 196 105 238 -
CMYK 0.18 0.56 0 0.07
HSL 281.05º 0.8% 0.67% -
HSV(B) 281.05º 0.56% 0.93% -
XYZ 43.25 28.01 84.02 -
YUV 147.37 179.15 162.69 -
System Red Green Blue C M Y K H S L
Decimal 196 105 238 0.18 0.56 0 0.07 281.05 0.8 0.67
Hex C4 69 EE 12 38 0 7 119 50 43
Octal 304 151 356 22 70 0 7 431 120 103
Binary 11000100 1101001 11101110 10010 111000 0 111 100011001 1010000 1000011

Color Harmonies of #C469EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469EE

Black with #C469EE

Text Example


Text Example

White with #C469EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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