Html Css Color HEX #CB70FB Heliotrope

📋 copy color: '#CB70FB'

red 203 ◦ green 112 ◦ blue 251

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

Shades of Heliotrope #CB70FB

Tints of Heliotrope #CB70FB

RGB

 RED value IS 203 (79.69% from 255) = 35.87%

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

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

R = 35.87%
G = 19.79%
B = 44.35%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB70FB (or 0xCB70FB) is known color: Heliotrope. HEX triplet: CB, 70 and FB. RGB value is (203,112,251). Sum of RGB (Red+Green+Blue) = 203+112+251=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB70FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB70FB is #348F04. Grayscale: #9A9A9A. Windows color (decimal): -3444485 or 16478411. OLE color: 16478411.

HSL color Cylindrical-coordinate representation of color #CB70FB: hue angle of 279.28º 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 #CB70FB is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 112 251 -
CMYK 0.19 0.55 0 0.02
HSL 279.28º 0.95% 0.71% -
HSV(B) 279.28º 0.55% 0.98% -
XYZ 47.84 31.25 94.78 -
YUV 155.06 182.15 162.2 -
System Red Green Blue C M Y K H S L
Decimal 203 112 251 0.19 0.55 0 0.02 279.28 0.95 0.71
Hex CB 70 FB 13 37 0 2 117 5F 47
Octal 313 160 373 23 67 0 2 427 137 107
Binary 11001011 1110000 11111011 10011 110111 0 10 100010111 1011111 1000111

Color Harmonies of #CB70FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB70FB

Black with #CB70FB

Text Example


Text Example

White with #CB70FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB70FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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