Html Css Color HEX #CB85EE Wisteria

📋 copy color: '#CB85EE'

red 203 ◦ green 133 ◦ blue 238

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

Shades of Wisteria #CB85EE

Tints of Wisteria #CB85EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.46%

R = 35.37%
G = 23.17%
B = 41.46%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB85EE (or 0xCB85EE) is known color: Wisteria. HEX triplet: CB, 85 and EE. RGB value is (203,133,238). Sum of RGB (Red+Green+Blue) = 203+133+238=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB85EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85EE is #347A11. Grayscale: #A5A5A5. Windows color (decimal): -3439122 or 15631819. OLE color: 15631819.

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

Color convert

RGB 203 133 238 -
CMYK 0.15 0.44 0 0.07
HSL 280º 0.76% 0.73% -
HSV(B) 280º 0.44% 0.93% -
XYZ 48.45 35.64 85.22 -
YUV 165.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 203 133 238 0.15 0.44 0 0.07 280 0.76 0.73
Hex CB 85 EE F 2C 0 7 118 4C 49
Octal 313 205 356 17 54 0 7 430 114 111
Binary 11001011 10000101 11101110 1111 101100 0 111 100011000 1001100 1001001

Color Harmonies of #CB85EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85EE

Black with #CB85EE

Text Example


Text Example

White with #CB85EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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