Html Css Color HEX #CBA5DF Wisteria

📋 copy color: '#CBA5DF'

red 203 ◦ green 165 ◦ blue 223

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

Shades of Wisteria #CBA5DF

Tints of Wisteria #CBA5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.92%

 BLUE value IS 223 (87.5% from 255) = 37.73%

R = 34.35%
G = 27.92%
B = 37.73%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBA5DF (or 0xCBA5DF) is known color: Wisteria. HEX triplet: CB, A5 and DF. RGB value is (203,165,223). Sum of RGB (Red+Green+Blue) = 203+165+223=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBA5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5DF is #345A20. Grayscale: #B6B6B6. Windows color (decimal): -3430945 or 14656971. OLE color: 14656971.

HSL color Cylindrical-coordinate representation of color #CBA5DF: hue angle of 279.31º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBA5DF is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 165 223 -
CMYK 0.09 0.26 0 0.13
HSL 279.31º 0.48% 0.76% -
HSV(B) 279.31º 0.26% 0.87% -
XYZ 51.4 44.93 75.78 -
YUV 182.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 203 165 223 0.09 0.26 0 0.13 279.31 0.48 0.76
Hex CB A5 DF 9 1A 0 D 117 30 4C
Octal 313 245 337 11 32 0 15 427 60 114
Binary 11001011 10100101 11011111 1001 11010 0 1101 100010111 110000 1001100

Color Harmonies of #CBA5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5DF

Black with #CBA5DF

Text Example


Text Example

White with #CBA5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5DF; }

 p { color: rgb(203,165,223); }

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

background-color css

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

 a { background-color: rgb(203,165,223); }

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

border-color css

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

 span { border-color: rgb(203,165,223); }

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