Html Css Color HEX #CB71FB Heliotrope

📋 copy color: '#CB71FB'

red 203 ◦ green 113 ◦ blue 251

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

Shades of Heliotrope #CB71FB

Tints of Heliotrope #CB71FB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.93%

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

R = 35.8%
G = 19.93%
B = 44.27%

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

#CB71FB (or 0xCB71FB) is known color: Heliotrope. HEX triplet: CB, 71 and FB. RGB value is (203,113,251). Sum of RGB (Red+Green+Blue) = 203+113+251=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB71FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB71FB is #348E04. Grayscale: #9B9B9B. Windows color (decimal): -3444229 or 16478667. OLE color: 16478667.

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

Color convert

RGB 203 113 251 -
CMYK 0.19 0.55 0 0.02
HSL 279.13º 0.95% 0.71% -
HSV(B) 279.13º 0.55% 0.98% -
XYZ 47.95 31.47 94.81 -
YUV 155.64 181.82 161.78 -
System Red Green Blue C M Y K H S L
Decimal 203 113 251 0.19 0.55 0 0.02 279.13 0.95 0.71
Hex CB 71 FB 13 37 0 2 117 5F 47
Octal 313 161 373 23 67 0 2 427 137 107
Binary 11001011 1110001 11111011 10011 110111 0 10 100010111 1011111 1000111

Color Harmonies of #CB71FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71FB

Black with #CB71FB

Text Example


Text Example

White with #CB71FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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