Html Css Color HEX #C969EB Heliotrope

📋 copy color: '#C969EB'

red 201 ◦ green 105 ◦ blue 235

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

Shades of Heliotrope #C969EB

Tints of Heliotrope #C969EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.44%

R = 37.15%
G = 19.41%
B = 43.44%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C969EB (or 0xC969EB) is known color: Heliotrope. HEX triplet: C9, 69 and EB. RGB value is (201,105,235). Sum of RGB (Red+Green+Blue) = 201+105+235=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #C969EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C969EB is #369614. Grayscale: #949494. Windows color (decimal): -3577365 or 15428041. OLE color: 15428041.

HSL color Cylindrical-coordinate representation of color #C969EB: hue angle of 284.31º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C969EB is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 105 235 -
CMYK 0.14 0.55 0 0.08
HSL 284.31º 0.76% 0.67% -
HSV(B) 284.31º 0.55% 0.92% -
XYZ 44.13 28.52 81.78 -
YUV 148.52 176.8 165.43 -
System Red Green Blue C M Y K H S L
Decimal 201 105 235 0.14 0.55 0 0.08 284.31 0.76 0.67
Hex C9 69 EB E 37 0 8 11C 4C 43
Octal 311 151 353 16 67 0 10 434 114 103
Binary 11001001 1101001 11101011 1110 110111 0 1000 100011100 1001100 1000011

Color Harmonies of #C969EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969EB

Black with #C969EB

Text Example


Text Example

White with #C969EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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