Html Css Color HEX #CB87EF Wisteria

📋 copy color: '#CB87EF'

red 203 ◦ green 135 ◦ blue 239

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

Shades of Wisteria #CB87EF

Tints of Wisteria #CB87EF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.4%

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

R = 35.18%
G = 23.4%
B = 41.42%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB87EF (or 0xCB87EF) is known color: Wisteria. HEX triplet: CB, 87 and EF. RGB value is (203,135,239). Sum of RGB (Red+Green+Blue) = 203+135+239=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 135 (53.12% from 255 or 23.40% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB87EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB87EF is #347810. Grayscale: #A6A6A6. Windows color (decimal): -3438609 or 15697867. OLE color: 15697867.

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

Color convert

RGB 203 135 239 -
CMYK 0.15 0.44 0 0.06
HSL 279.23º 0.76% 0.73% -
HSV(B) 279.23º 0.44% 0.94% -
XYZ 48.87 36.26 86.08 -
YUV 167.19 168.53 153.54 -
System Red Green Blue C M Y K H S L
Decimal 203 135 239 0.15 0.44 0 0.06 279.23 0.76 0.73
Hex CB 87 EF F 2C 0 6 117 4C 49
Octal 313 207 357 17 54 0 6 427 114 111
Binary 11001011 10000111 11101111 1111 101100 0 110 100010111 1001100 1001001

Color Harmonies of #CB87EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB87EF

Black with #CB87EF

Text Example


Text Example

White with #CB87EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB87EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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