Html Css Color HEX #CB88F5 Heliotrope

📋 copy color: '#CB88F5'

red 203 ◦ green 136 ◦ blue 245

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

Shades of Heliotrope #CB88F5

Tints of Heliotrope #CB88F5

RGB

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

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

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

R = 34.76%
G = 23.29%
B = 41.95%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB88F5 (or 0xCB88F5) is known color: Heliotrope. HEX triplet: CB, 88 and F5. RGB value is (203,136,245). Sum of RGB (Red+Green+Blue) = 203+136+245=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 245 - color contains mainly: blue. Hex color #CB88F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB88F5 is #34770A. Grayscale: #A8A8A8. Windows color (decimal): -3438347 or 16091339. OLE color: 16091339.

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

Color convert

RGB 203 136 245 -
CMYK 0.17 0.44 0 0.04
HSL 276.88º 0.84% 0.75% -
HSV(B) 276.88º 0.44% 0.96% -
XYZ 49.91 36.9 90.88 -
YUV 168.46 171.2 152.64 -
System Red Green Blue C M Y K H S L
Decimal 203 136 245 0.17 0.44 0 0.04 276.88 0.84 0.75
Hex CB 88 F5 11 2C 0 4 115 54 4B
Octal 313 210 365 21 54 0 4 425 124 113
Binary 11001011 10001000 11110101 10001 101100 0 100 100010101 1010100 1001011

Color Harmonies of #CB88F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB88F5

Black with #CB88F5

Text Example


Text Example

White with #CB88F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB88F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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