Html Css Color HEX #C967EA Heliotrope

📋 copy color: '#C967EA'

red 201 ◦ green 103 ◦ blue 234

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

Shades of Heliotrope #C967EA

Tints of Heliotrope #C967EA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.14%

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 37.36%
G = 19.14%
B = 43.49%

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

#C967EA (or 0xC967EA) is known color: Heliotrope. HEX triplet: C9, 67 and EA. RGB value is (201,103,234). Sum of RGB (Red+Green+Blue) = 201+103+234=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #C967EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C967EA is #369815. Grayscale: #929292. Windows color (decimal): -3577878 or 15361993. OLE color: 15361993.

HSL color Cylindrical-coordinate representation of color #C967EA: hue angle of 284.89º degrees, saturation: 0.76, 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 #C967EA is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 103 234 -
CMYK 0.14 0.56 0 0.08
HSL 284.89º 0.76% 0.66% -
HSV(B) 284.89º 0.56% 0.92% -
XYZ 43.79 28.06 80.95 -
YUV 147.24 176.97 166.35 -
System Red Green Blue C M Y K H S L
Decimal 201 103 234 0.14 0.56 0 0.08 284.89 0.76 0.66
Hex C9 67 EA E 38 0 8 11D 4C 42
Octal 311 147 352 16 70 0 10 435 114 102
Binary 11001001 1100111 11101010 1110 111000 0 1000 100011101 1001100 1000010

Color Harmonies of #C967EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C967EA

Black with #C967EA

Text Example


Text Example

White with #C967EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C967EA; }

 p { color: rgb(201,103,234); }

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

background-color css

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

 a { background-color: rgb(201,103,234); }

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

border-color css

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

 span { border-color: rgb(201,103,234); }

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