Html Css Color HEX #CB71F5 Heliotrope

📋 copy color: '#CB71F5'

red 203 ◦ green 113 ◦ blue 245

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

Shades of Heliotrope #CB71F5

Tints of Heliotrope #CB71F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.67%

R = 36.19%
G = 20.14%
B = 43.67%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB71F5 (or 0xCB71F5) is known color: Heliotrope. HEX triplet: CB, 71 and F5. RGB value is (203,113,245). Sum of RGB (Red+Green+Blue) = 203+113+245=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #CB71F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB71F5 is #348E0A. Grayscale: #9A9A9A. Windows color (decimal): -3444235 or 16085451. OLE color: 16085451.

HSL color Cylindrical-coordinate representation of color #CB71F5: hue angle of 280.91º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB71F5 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 113 245 -
CMYK 0.17 0.54 0 0.04
HSL 280.91º 0.87% 0.7% -
HSV(B) 280.91º 0.54% 0.96% -
XYZ 47.02 31.1 89.91 -
YUV 154.96 178.82 162.27 -
System Red Green Blue C M Y K H S L
Decimal 203 113 245 0.17 0.54 0 0.04 280.91 0.87 0.7
Hex CB 71 F5 11 36 0 4 119 57 46
Octal 313 161 365 21 66 0 4 431 127 106
Binary 11001011 1110001 11110101 10001 110110 0 100 100011001 1010111 1000110

Color Harmonies of #CB71F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71F5

Black with #CB71F5

Text Example


Text Example

White with #CB71F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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