Html Css Color HEX #CB71FF Heliotrope

📋 copy color: '#CB71FF'

red 203 ◦ green 113 ◦ blue 255

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

Shades of Heliotrope #CB71FF

Tints of Heliotrope #CB71FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.66%

R = 35.55%
G = 19.79%
B = 44.66%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB71FF (or 0xCB71FF) is known color: Heliotrope. HEX triplet: CB, 71 and FF. RGB value is (203,113,255). Sum of RGB (Red+Green+Blue) = 203+113+255=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB71FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB71FF is #348E00. Grayscale: #9B9B9B. Windows color (decimal): -3444225 or 16740811. OLE color: 16740811.

HSL color Cylindrical-coordinate representation of color #CB71FF: hue angle of 278.03º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB71FF is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 203 113 255 -
CMYK 0.20 0.56 0 0
HSL 278.03º 1% 0.72% -
HSV(B) 278.03º 0.56% 1% -
XYZ 48.58 31.73 98.17 -
YUV 156.1 183.82 161.45 -
System Red Green Blue C M Y K H S L
Decimal 203 113 255 0.20 0.56 0 0 278.03 1 0.72
Hex CB 71 FF 14 38 0 0 116 64 48
Octal 313 161 377 24 70 0 0 426 144 110
Binary 11001011 1110001 11111111 10100 111000 0 0 100010110 1100100 1001000

Color Harmonies of #CB71FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71FF

Black with #CB71FF

Text Example


Text Example

White with #CB71FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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