Html Css Color HEX #CB71EE Heliotrope

📋 copy color: '#CB71EE'

red 203 ◦ green 113 ◦ blue 238

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

Shades of Heliotrope #CB71EE

Tints of Heliotrope #CB71EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 36.64%
G = 20.4%
B = 42.96%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB71EE (or 0xCB71EE) is known color: Heliotrope. HEX triplet: CB, 71 and EE. RGB value is (203,113,238). Sum of RGB (Red+Green+Blue) = 203+113+238=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB71EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB71EE is #348E11. Grayscale: #999999. Windows color (decimal): -3444242 or 15626699. OLE color: 15626699.

HSL color Cylindrical-coordinate representation of color #CB71EE: hue angle of 283.2º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB71EE is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 113 238 -
CMYK 0.15 0.53 0 0.07
HSL 283.2º 0.79% 0.69% -
HSV(B) 283.2º 0.53% 0.93% -
XYZ 45.97 30.68 84.39 -
YUV 154.16 175.32 162.84 -
System Red Green Blue C M Y K H S L
Decimal 203 113 238 0.15 0.53 0 0.07 283.2 0.79 0.69
Hex CB 71 EE F 35 0 7 11B 4F 45
Octal 313 161 356 17 65 0 7 433 117 105
Binary 11001011 1110001 11101110 1111 110101 0 111 100011011 1001111 1000101

Color Harmonies of #CB71EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71EE

Black with #CB71EE

Text Example


Text Example

White with #CB71EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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