Html Css Color HEX #CA9DF7 Wisteria

📋 copy color: '#CA9DF7'

red 202 ◦ green 157 ◦ blue 247

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

Shades of Wisteria #CA9DF7

Tints of Wisteria #CA9DF7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.91%

 BLUE value IS 247 (96.88% from 255) = 40.76%

R = 33.33%
G = 25.91%
B = 40.76%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CA9DF7 (or 0xCA9DF7) is known color: Wisteria. HEX triplet: CA, 9D and F7. RGB value is (202,157,247). Sum of RGB (Red+Green+Blue) = 202+157+247=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA9DF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9DF7 is #356208. Grayscale: #B4B4B4. Windows color (decimal): -3498505 or 16227786. OLE color: 16227786.

HSL color Cylindrical-coordinate representation of color #CA9DF7: hue angle of 270º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA9DF7 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 157 247 -
CMYK 0.18 0.36 0 0.03
HSL 270º 0.85% 0.79% -
HSV(B) 270º 0.36% 0.97% -
XYZ 53.2 43.39 93.57 -
YUV 180.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 202 157 247 0.18 0.36 0 0.03 270 0.85 0.79
Hex CA 9D F7 12 24 0 3 10E 55 4F
Octal 312 235 367 22 44 0 3 416 125 117
Binary 11001010 10011101 11110111 10010 100100 0 11 100001110 1010101 1001111

Color Harmonies of #CA9DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9DF7

Black with #CA9DF7

Text Example


Text Example

White with #CA9DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9DF7; }

 p { color: rgb(202,157,247); }

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

background-color css

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

 a { background-color: rgb(202,157,247); }

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

border-color css

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

 span { border-color: rgb(202,157,247); }

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