Html Css Color HEX #CB85DC Wisteria

📋 copy color: '#CB85DC'

red 203 ◦ green 133 ◦ blue 220

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

Shades of Wisteria #CB85DC

Tints of Wisteria #CB85DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.92%

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 36.51%
G = 23.92%
B = 39.57%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB85DC (or 0xCB85DC) is known color: Wisteria. HEX triplet: CB, 85 and DC. RGB value is (203,133,220). Sum of RGB (Red+Green+Blue) = 203+133+220=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB85DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85DC is #347A23. Grayscale: #A3A3A3. Windows color (decimal): -3439140 or 14452171. OLE color: 14452171.

HSL color Cylindrical-coordinate representation of color #CB85DC: hue angle of 288.28º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB85DC is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 133 220 -
CMYK 0.08 0.40 0 0.14
HSL 288.28º 0.55% 0.69% -
HSV(B) 288.28º 0.4% 0.86% -
XYZ 45.93 34.64 71.98 -
YUV 163.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 203 133 220 0.08 0.40 0 0.14 288.28 0.55 0.69
Hex CB 85 DC 8 28 0 E 120 37 45
Octal 313 205 334 10 50 0 16 440 67 105
Binary 11001011 10000101 11011100 1000 101000 0 1110 100100000 110111 1000101

Color Harmonies of #CB85DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85DC

Black with #CB85DC

Text Example


Text Example

White with #CB85DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85DC; }

 p { color: rgb(203,133,220); }

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

background-color css

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

 a { background-color: rgb(203,133,220); }

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

border-color css

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

 span { border-color: rgb(203,133,220); }

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