Html Css Color HEX #C968ED Heliotrope

📋 copy color: '#C968ED'

red 201 ◦ green 104 ◦ blue 237

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

Shades of Heliotrope #C968ED

Tints of Heliotrope #C968ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.73%

R = 37.08%
G = 19.19%
B = 43.73%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C968ED (or 0xC968ED) is known color: Heliotrope. HEX triplet: C9, 68 and ED. RGB value is (201,104,237). Sum of RGB (Red+Green+Blue) = 201+104+237=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #C968ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C968ED is #369712. Grayscale: #939393. Windows color (decimal): -3577619 or 15558857. OLE color: 15558857.

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

Color convert

RGB 201 104 237 -
CMYK 0.15 0.56 0 0.07
HSL 283.76º 0.79% 0.67% -
HSV(B) 283.76º 0.56% 0.93% -
XYZ 44.32 28.43 83.27 -
YUV 148.17 178.14 165.69 -
System Red Green Blue C M Y K H S L
Decimal 201 104 237 0.15 0.56 0 0.07 283.76 0.79 0.67
Hex C9 68 ED F 38 0 7 11C 4F 43
Octal 311 150 355 17 70 0 7 434 117 103
Binary 11001001 1101000 11101101 1111 111000 0 111 100011100 1001111 1000011

Color Harmonies of #C968ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C968ED

Black with #C968ED

Text Example


Text Example

White with #C968ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C968ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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