Html Css Color HEX #C970FB Heliotrope

📋 copy color: '#C970FB'

red 201 ◦ green 112 ◦ blue 251

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

Shades of Heliotrope #C970FB

Tints of Heliotrope #C970FB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.86%

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

R = 35.64%
G = 19.86%
B = 44.5%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C970FB (or 0xC970FB) is known color: Heliotrope. HEX triplet: C9, 70 and FB. RGB value is (201,112,251). Sum of RGB (Red+Green+Blue) = 201+112+251=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #C970FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C970FB is #368F04. Grayscale: #999999. Windows color (decimal): -3575557 or 16478409. OLE color: 16478409.

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

Color convert

RGB 201 112 251 -
CMYK 0.20 0.55 0 0.02
HSL 278.42º 0.95% 0.71% -
HSV(B) 278.42º 0.55% 0.98% -
XYZ 47.29 30.97 94.75 -
YUV 154.46 182.49 161.2 -
System Red Green Blue C M Y K H S L
Decimal 201 112 251 0.20 0.55 0 0.02 278.42 0.95 0.71
Hex C9 70 FB 14 37 0 2 116 5F 47
Octal 311 160 373 24 67 0 2 426 137 107
Binary 11001001 1110000 11111011 10100 110111 0 10 100010110 1011111 1000111

Color Harmonies of #C970FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970FB

Black with #C970FB

Text Example


Text Example

White with #C970FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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