Html Css Color HEX #CB88F0 Wisteria

📋 copy color: '#CB88F0'

red 203 ◦ green 136 ◦ blue 240

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

Shades of Wisteria #CB88F0

Tints of Wisteria #CB88F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.45%

R = 35.06%
G = 23.49%
B = 41.45%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB88F0 (or 0xCB88F0) is known color: Wisteria. HEX triplet: CB, 88 and F0. RGB value is (203,136,240). Sum of RGB (Red+Green+Blue) = 203+136+240=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB88F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB88F0 is #34770F. Grayscale: #A7A7A7. Windows color (decimal): -3438352 or 15763659. OLE color: 15763659.

HSL color Cylindrical-coordinate representation of color #CB88F0: hue angle of 278.65º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB88F0 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 136 240 -
CMYK 0.15 0.43 0 0.06
HSL 278.65º 0.78% 0.74% -
HSV(B) 278.65º 0.43% 0.94% -
XYZ 49.16 36.6 86.91 -
YUV 167.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 203 136 240 0.15 0.43 0 0.06 278.65 0.78 0.74
Hex CB 88 F0 F 2B 0 6 117 4E 4A
Octal 313 210 360 17 53 0 6 427 116 112
Binary 11001011 10001000 11110000 1111 101011 0 110 100010111 1001110 1001010

Color Harmonies of #CB88F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB88F0

Black with #CB88F0

Text Example


Text Example

White with #CB88F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB88F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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