Html Css Color HEX #C969EE Heliotrope

📋 copy color: '#C969EE'

red 201 ◦ green 105 ◦ blue 238

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

Shades of Heliotrope #C969EE

Tints of Heliotrope #C969EE

RGB

 RED value IS 201 (78.91% from 255) = 36.95%

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

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

R = 36.95%
G = 19.3%
B = 43.75%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C969EE (or 0xC969EE) is known color: Heliotrope. HEX triplet: C9, 69 and EE. RGB value is (201,105,238). Sum of RGB (Red+Green+Blue) = 201+105+238=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #C969EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C969EE is #369611. Grayscale: #949494. Windows color (decimal): -3577362 or 15624649. OLE color: 15624649.

HSL color Cylindrical-coordinate representation of color #C969EE: hue angle of 283.31º 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 #C969EE is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 105 238 -
CMYK 0.16 0.56 0 0.07
HSL 283.31º 0.8% 0.67% -
HSV(B) 283.31º 0.56% 0.93% -
XYZ 44.57 28.69 84.08 -
YUV 148.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 201 105 238 0.16 0.56 0 0.07 283.31 0.8 0.67
Hex C9 69 EE 10 38 0 7 11B 50 43
Octal 311 151 356 20 70 0 7 433 120 103
Binary 11001001 1101001 11101110 10000 111000 0 111 100011011 1010000 1000011

Color Harmonies of #C969EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969EE

Black with #C969EE

Text Example


Text Example

White with #C969EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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