Html Css Color HEX #C965FF Heliotrope

📋 copy color: '#C965FF'

red 201 ◦ green 101 ◦ blue 255

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

Shades of Heliotrope #C965FF

Tints of Heliotrope #C965FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.13%

 BLUE value IS 255 (100% from 255) = 45.78%

R = 36.09%
G = 18.13%
B = 45.78%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C965FF (or 0xC965FF) is known color: Heliotrope. HEX triplet: C9, 65 and FF. RGB value is (201,101,255). Sum of RGB (Red+Green+Blue) = 201+101+255=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 101 (39.84% from 255 or 18.13% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #C965FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C965FF is #369A00. Grayscale: #939393. Windows color (decimal): -3578369 or 16737737. OLE color: 16737737.

HSL color Cylindrical-coordinate representation of color #C965FF: hue angle of 278.96º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C965FF is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 101 255 -
CMYK 0.21 0.60 0 0
HSL 278.96º 1% 0.7% -
HSV(B) 278.96º 0.6% 1% -
XYZ 46.79 28.94 97.73 -
YUV 148.46 188.13 165.48 -
System Red Green Blue C M Y K H S L
Decimal 201 101 255 0.21 0.60 0 0 278.96 1 0.7
Hex C9 65 FF 15 3C 0 0 117 64 46
Octal 311 145 377 25 74 0 0 427 144 106
Binary 11001001 1100101 11111111 10101 111100 0 0 100010111 1100100 1000110

Color Harmonies of #C965FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965FF

Black with #C965FF

Text Example


Text Example

White with #C965FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965FF; }

 p { color: rgb(201,101,255); }

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

background-color css

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

 a { background-color: rgb(201,101,255); }

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

border-color css

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

 span { border-color: rgb(201,101,255); }

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