Html Css Color HEX #CB88EF Wisteria

📋 copy color: '#CB88EF'

red 203 ◦ green 136 ◦ blue 239

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

Shades of Wisteria #CB88EF

Tints of Wisteria #CB88EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.35%

R = 35.12%
G = 23.53%
B = 41.35%

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

#CB88EF (or 0xCB88EF) is known color: Wisteria. HEX triplet: CB, 88 and EF. RGB value is (203,136,239). Sum of RGB (Red+Green+Blue) = 203+136+239=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB88EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB88EF is #347710. Grayscale: #A7A7A7. Windows color (decimal): -3438353 or 15698123. OLE color: 15698123.

HSL color Cylindrical-coordinate representation of color #CB88EF: hue angle of 279.03º degrees, saturation: 0.76, 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 #CB88EF is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 136 239 -
CMYK 0.15 0.43 0 0.06
HSL 279.03º 0.76% 0.74% -
HSV(B) 279.03º 0.43% 0.94% -
XYZ 49.01 36.54 86.13 -
YUV 167.78 168.2 153.12 -
System Red Green Blue C M Y K H S L
Decimal 203 136 239 0.15 0.43 0 0.06 279.03 0.76 0.74
Hex CB 88 EF F 2B 0 6 117 4C 4A
Octal 313 210 357 17 53 0 6 427 114 112
Binary 11001011 10001000 11101111 1111 101011 0 110 100010111 1001100 1001010

Color Harmonies of #CB88EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB88EF

Black with #CB88EF

Text Example


Text Example

White with #CB88EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB88EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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