Html Css Color HEX #CA9BD4 Wisteria

📋 copy color: '#CA9BD4'

red 202 ◦ green 155 ◦ blue 212

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

Shades of Wisteria #CA9BD4

Tints of Wisteria #CA9BD4

RGB

 RED value IS 202 (79.3% from 255) = 35.5%

 GREEN value IS 155 (60.94% from 255) = 27.24%

 BLUE value IS 212 (83.2% from 255) = 37.26%

R = 35.5%
G = 27.24%
B = 37.26%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CA9BD4 (or 0xCA9BD4) is known color: Wisteria. HEX triplet: CA, 9B and D4. RGB value is (202,155,212). Sum of RGB (Red+Green+Blue) = 202+155+212=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA9BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BD4 is #35642B. Grayscale: #AFAFAF. Windows color (decimal): -3499052 or 13933514. OLE color: 13933514.

HSL color Cylindrical-coordinate representation of color #CA9BD4: hue angle of 289.47º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA9BD4 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 155 212 -
CMYK 0.05 0.27 0 0.17
HSL 289.47º 0.4% 0.72% -
HSV(B) 289.47º 0.27% 0.83% -
XYZ 47.96 40.75 67.63 -
YUV 175.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 202 155 212 0.05 0.27 0 0.17 289.47 0.4 0.72
Hex CA 9B D4 5 1B 0 11 121 28 48
Octal 312 233 324 5 33 0 21 441 50 110
Binary 11001010 10011011 11010100 101 11011 0 10001 100100001 101000 1001000

Color Harmonies of #CA9BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BD4

Black with #CA9BD4

Text Example


Text Example

White with #CA9BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BD4; }

 p { color: rgb(202,155,212); }

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

background-color css

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

 a { background-color: rgb(202,155,212); }

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

border-color css

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

 span { border-color: rgb(202,155,212); }

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