Html Css Color HEX #CA85DD Wisteria

📋 copy color: '#CA85DD'

red 202 ◦ green 133 ◦ blue 221

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

Shades of Wisteria #CA85DD

Tints of Wisteria #CA85DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 36.33%
G = 23.92%
B = 39.75%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA85DD (or 0xCA85DD) is known color: Wisteria. HEX triplet: CA, 85 and DD. RGB value is (202,133,221). Sum of RGB (Red+Green+Blue) = 202+133+221=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85DD is #357A22. Grayscale: #A3A3A3. Windows color (decimal): -3504675 or 14517706. OLE color: 14517706.

HSL color Cylindrical-coordinate representation of color #CA85DD: hue angle of 287.05º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA85DD is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 133 221 -
CMYK 0.09 0.40 0 0.13
HSL 287.05º 0.56% 0.69% -
HSV(B) 287.05º 0.4% 0.87% -
XYZ 45.8 34.55 72.66 -
YUV 163.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 202 133 221 0.09 0.40 0 0.13 287.05 0.56 0.69
Hex CA 85 DD 9 28 0 D 11F 38 45
Octal 312 205 335 11 50 0 15 437 70 105
Binary 11001010 10000101 11011101 1001 101000 0 1101 100011111 111000 1000101

Color Harmonies of #CA85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA85DD

Black with #CA85DD

Text Example


Text Example

White with #CA85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA85DD; }

 p { color: rgb(202,133,221); }

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

background-color css

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

 a { background-color: rgb(202,133,221); }

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

border-color css

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

 span { border-color: rgb(202,133,221); }

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