Html Css Color HEX #CFA5DC Wisteria

📋 copy color: '#CFA5DC'

red 207 ◦ green 165 ◦ blue 220

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

Shades of Wisteria #CFA5DC

Tints of Wisteria #CFA5DC

RGB

 RED value IS 207 (81.25% from 255) = 34.97%

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

 BLUE value IS 220 (86.33% from 255) = 37.16%

R = 34.97%
G = 27.87%
B = 37.16%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CFA5DC (or 0xCFA5DC) is known color: Wisteria. HEX triplet: CF, A5 and DC. RGB value is (207,165,220). Sum of RGB (Red+Green+Blue) = 207+165+220=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5DC is #305A23. Grayscale: #B7B7B7. Windows color (decimal): -3168804 or 14460367. OLE color: 14460367.

HSL color Cylindrical-coordinate representation of color #CFA5DC: hue angle of 285.82º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA5DC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 165 220 -
CMYK 0.06 0.25 0 0.14
HSL 285.82º 0.44% 0.75% -
HSV(B) 285.82º 0.25% 0.86% -
XYZ 52.11 45.34 73.72 -
YUV 183.83 148.41 144.53 -
System Red Green Blue C M Y K H S L
Decimal 207 165 220 0.06 0.25 0 0.14 285.82 0.44 0.75
Hex CF A5 DC 6 19 0 E 11E 2C 4B
Octal 317 245 334 6 31 0 16 436 54 113
Binary 11001111 10100101 11011100 110 11001 0 1110 100011110 101100 1001011

Color Harmonies of #CFA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA5DC

Black with #CFA5DC

Text Example


Text Example

White with #CFA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA5DC; }

 p { color: rgb(207,165,220); }

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

background-color css

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

 a { background-color: rgb(207,165,220); }

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

border-color css

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

 span { border-color: rgb(207,165,220); }

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