Html Css Color HEX #CB88FF Heliotrope

📋 copy color: '#CB88FF'

red 203 ◦ green 136 ◦ blue 255

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

Shades of Heliotrope #CB88FF

Tints of Heliotrope #CB88FF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.9%

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

R = 34.18%
G = 22.9%
B = 42.93%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB88FF (or 0xCB88FF) is known color: Heliotrope. HEX triplet: CB, 88 and FF. RGB value is (203,136,255). Sum of RGB (Red+Green+Blue) = 203+136+255=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB88FF is #347700. Grayscale: #A9A9A9. Windows color (decimal): -3438337 or 16746699. OLE color: 16746699.

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

Color convert

RGB 203 136 255 -
CMYK 0.20 0.47 0 0
HSL 273.78º 1% 0.77% -
HSV(B) 273.78º 0.47% 1% -
XYZ 51.48 37.52 99.14 -
YUV 169.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 203 136 255 0.20 0.47 0 0 273.78 1 0.77
Hex CB 88 FF 14 2F 0 0 112 64 4D
Octal 313 210 377 24 57 0 0 422 144 115
Binary 11001011 10001000 11111111 10100 101111 0 0 100010010 1100100 1001101

Color Harmonies of #CB88FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB88FF

Black with #CB88FF

Text Example


Text Example

White with #CB88FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB88FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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