Html Css Color HEX #C968EB Heliotrope

📋 copy color: '#C968EB'

red 201 ◦ green 104 ◦ blue 235

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

Shades of Heliotrope #C968EB

Tints of Heliotrope #C968EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.26%

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

R = 37.22%
G = 19.26%
B = 43.52%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C968EB (or 0xC968EB) is known color: Heliotrope. HEX triplet: C9, 68 and EB. RGB value is (201,104,235). Sum of RGB (Red+Green+Blue) = 201+104+235=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #C968EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C968EB is #369714. Grayscale: #939393. Windows color (decimal): -3577621 or 15427785. OLE color: 15427785.

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

Color convert

RGB 201 104 235 -
CMYK 0.14 0.56 0 0.08
HSL 284.43º 0.77% 0.66% -
HSV(B) 284.43º 0.56% 0.92% -
XYZ 44.03 28.32 81.74 -
YUV 147.94 177.14 165.85 -
System Red Green Blue C M Y K H S L
Decimal 201 104 235 0.14 0.56 0 0.08 284.43 0.77 0.66
Hex C9 68 EB E 38 0 8 11C 4D 42
Octal 311 150 353 16 70 0 10 434 115 102
Binary 11001001 1101000 11101011 1110 111000 0 1000 100011100 1001101 1000010

Color Harmonies of #C968EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C968EB

Black with #C968EB

Text Example


Text Example

White with #C968EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C968EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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