Html Css Color HEX #CF9DE0 Wisteria

📋 copy color: '#CF9DE0'

red 207 ◦ green 157 ◦ blue 224

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

Shades of Wisteria #CF9DE0

Tints of Wisteria #CF9DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.1%

R = 35.2%
G = 26.7%
B = 38.1%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF9DE0 (or 0xCF9DE0) is known color: Wisteria. HEX triplet: CF, 9D and E0. RGB value is (207,157,224). Sum of RGB (Red+Green+Blue) = 207+157+224=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF9DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DE0 is #30621F. Grayscale: #B3B3B3. Windows color (decimal): -3170848 or 14720463. OLE color: 14720463.

HSL color Cylindrical-coordinate representation of color #CF9DE0: hue angle of 284.78º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF9DE0 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 157 224 -
CMYK 0.08 0.30 0 0.12
HSL 284.78º 0.52% 0.75% -
HSV(B) 284.78º 0.3% 0.88% -
XYZ 51.24 42.76 76.07 -
YUV 179.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 207 157 224 0.08 0.30 0 0.12 284.78 0.52 0.75
Hex CF 9D E0 8 1E 0 C 11D 34 4B
Octal 317 235 340 10 36 0 14 435 64 113
Binary 11001111 10011101 11100000 1000 11110 0 1100 100011101 110100 1001011

Color Harmonies of #CF9DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DE0

Black with #CF9DE0

Text Example


Text Example

White with #CF9DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DE0; }

 p { color: rgb(207,157,224); }

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

background-color css

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

 a { background-color: rgb(207,157,224); }

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

border-color css

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

 span { border-color: rgb(207,157,224); }

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