Html Css Color HEX #C963FB Heliotrope

📋 copy color: '#C963FB'

red 201 ◦ green 99 ◦ blue 251

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

Shades of Heliotrope #C963FB

Tints of Heliotrope #C963FB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.97%

 BLUE value IS 251 (98.44% from 255) = 45.55%

R = 36.48%
G = 17.97%
B = 45.55%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C963FB (or 0xC963FB) is known color: Heliotrope. HEX triplet: C9, 63 and FB. RGB value is (201,99,251). Sum of RGB (Red+Green+Blue) = 201+99+251=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 99 (39.06% from 255 or 17.97% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #C963FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C963FB is #369C04. Grayscale: #929292. Windows color (decimal): -3578885 or 16475081. OLE color: 16475081.

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

Color convert

RGB 201 99 251 -
CMYK 0.20 0.61 0 0.02
HSL 280.26º 0.95% 0.69% -
HSV(B) 280.26º 0.61% 0.98% -
XYZ 45.96 28.31 94.31 -
YUV 146.83 186.79 166.64 -
System Red Green Blue C M Y K H S L
Decimal 201 99 251 0.20 0.61 0 0.02 280.26 0.95 0.69
Hex C9 63 FB 14 3D 0 2 118 5F 45
Octal 311 143 373 24 75 0 2 430 137 105
Binary 11001001 1100011 11111011 10100 111101 0 10 100011000 1011111 1000101

Color Harmonies of #C963FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963FB

Black with #C963FB

Text Example


Text Example

White with #C963FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963FB; }

 p { color: rgb(201,99,251); }

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

background-color css

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

 a { background-color: rgb(201,99,251); }

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

border-color css

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

 span { border-color: rgb(201,99,251); }

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