Html Css Color HEX #C968EC Heliotrope

📋 copy color: '#C968EC'

red 201 ◦ green 104 ◦ blue 236

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

Shades of Heliotrope #C968EC

Tints of Heliotrope #C968EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 37.15%
G = 19.22%
B = 43.62%

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

#C968EC (or 0xC968EC) is known color: Heliotrope. HEX triplet: C9, 68 and EC. RGB value is (201,104,236). Sum of RGB (Red+Green+Blue) = 201+104+236=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #C968EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C968EC is #369713. Grayscale: #939393. Windows color (decimal): -3577620 or 15493321. OLE color: 15493321.

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

Color convert

RGB 201 104 236 -
CMYK 0.15 0.56 0 0.07
HSL 284.09º 0.78% 0.67% -
HSV(B) 284.09º 0.56% 0.93% -
XYZ 44.18 28.37 82.51 -
YUV 148.05 177.64 165.77 -
System Red Green Blue C M Y K H S L
Decimal 201 104 236 0.15 0.56 0 0.07 284.09 0.78 0.67
Hex C9 68 EC F 38 0 7 11C 4E 43
Octal 311 150 354 17 70 0 7 434 116 103
Binary 11001001 1101000 11101100 1111 111000 0 111 100011100 1001110 1000011

Color Harmonies of #C968EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C968EC

Black with #C968EC

Text Example


Text Example

White with #C968EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C968EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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