Html Css Color HEX #C965FA Heliotrope

📋 copy color: '#C965FA'

red 201 ◦ green 101 ◦ blue 250

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

Shades of Heliotrope #C965FA

Tints of Heliotrope #C965FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 36.41%
G = 18.3%
B = 45.29%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C965FA (or 0xC965FA) is known color: Heliotrope. HEX triplet: C9, 65 and FA. RGB value is (201,101,250). Sum of RGB (Red+Green+Blue) = 201+101+250=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #C965FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C965FA is #369A05. Grayscale: #939393. Windows color (decimal): -3578374 or 16410057. OLE color: 16410057.

HSL color Cylindrical-coordinate representation of color #C965FA: hue angle of 280.27º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C965FA is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 101 250 -
CMYK 0.20 0.60 0 0.02
HSL 280.27º 0.94% 0.69% -
HSV(B) 280.27º 0.6% 0.98% -
XYZ 46 28.63 93.54 -
YUV 147.89 185.63 165.88 -
System Red Green Blue C M Y K H S L
Decimal 201 101 250 0.20 0.60 0 0.02 280.27 0.94 0.69
Hex C9 65 FA 14 3C 0 2 118 5E 45
Octal 311 145 372 24 74 0 2 430 136 105
Binary 11001001 1100101 11111010 10100 111100 0 10 100011000 1011110 1000101

Color Harmonies of #C965FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965FA

Black with #C965FA

Text Example


Text Example

White with #C965FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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