Html Css Color HEX #CB88FA Heliotrope

📋 copy color: '#CB88FA'

red 203 ◦ green 136 ◦ blue 250

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

Shades of Heliotrope #CB88FA

Tints of Heliotrope #CB88FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.44%

R = 34.47%
G = 23.09%
B = 42.44%

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

#CB88FA (or 0xCB88FA) is known color: Heliotrope. HEX triplet: CB, 88 and FA. RGB value is (203,136,250). Sum of RGB (Red+Green+Blue) = 203+136+250=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 136 (53.52% from 255 or 23.09% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB88FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB88FA is #347705. Grayscale: #A8A8A8. Windows color (decimal): -3438342 or 16419019. OLE color: 16419019.

HSL color Cylindrical-coordinate representation of color #CB88FA: hue angle of 275.26º degrees, saturation: 0.92, 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 #CB88FA is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 136 250 -
CMYK 0.19 0.46 0 0.02
HSL 275.26º 0.92% 0.76% -
HSV(B) 275.26º 0.46% 0.98% -
XYZ 50.69 37.21 94.95 -
YUV 169.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 203 136 250 0.19 0.46 0 0.02 275.26 0.92 0.76
Hex CB 88 FA 13 2E 0 2 113 5C 4C
Octal 313 210 372 23 56 0 2 423 134 114
Binary 11001011 10001000 11111010 10011 101110 0 10 100010011 1011100 1001100

Color Harmonies of #CB88FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB88FA

Black with #CB88FA

Text Example


Text Example

White with #CB88FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB88FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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