Html Css Color HEX #CB88FB Heliotrope

📋 copy color: '#CB88FB'

red 203 ◦ green 136 ◦ blue 251

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

Shades of Heliotrope #CB88FB

Tints of Heliotrope #CB88FB

RGB

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

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

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

R = 34.41%
G = 23.05%
B = 42.54%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB88FB (or 0xCB88FB) is known color: Heliotrope. HEX triplet: CB, 88 and FB. RGB value is (203,136,251). Sum of RGB (Red+Green+Blue) = 203+136+251=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 136 (53.52% from 255 or 23.05% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB88FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB88FB is #347704. Grayscale: #A8A8A8. Windows color (decimal): -3438341 or 16484555. OLE color: 16484555.

HSL color Cylindrical-coordinate representation of color #CB88FB: hue angle of 274.96º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB88FB is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 136 251 -
CMYK 0.19 0.46 0 0.02
HSL 274.96º 0.93% 0.76% -
HSV(B) 274.96º 0.46% 0.98% -
XYZ 50.85 37.27 95.78 -
YUV 169.14 174.2 152.15 -
System Red Green Blue C M Y K H S L
Decimal 203 136 251 0.19 0.46 0 0.02 274.96 0.93 0.76
Hex CB 88 FB 13 2E 0 2 113 5D 4C
Octal 313 210 373 23 56 0 2 423 135 114
Binary 11001011 10001000 11111011 10011 101110 0 10 100010011 1011101 1001100

Color Harmonies of #CB88FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB88FB

Black with #CB88FB

Text Example


Text Example

White with #CB88FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB88FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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