Html Css Color HEX #CF9ADE Wisteria

📋 copy color: '#CF9ADE'

red 207 ◦ green 154 ◦ blue 222

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

Shades of Wisteria #CF9ADE

Tints of Wisteria #CF9ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.42%

 BLUE value IS 222 (87.11% from 255) = 38.08%

R = 35.51%
G = 26.42%
B = 38.08%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF9ADE (or 0xCF9ADE) is known color: Wisteria. HEX triplet: CF, 9A and DE. RGB value is (207,154,222). Sum of RGB (Red+Green+Blue) = 207+154+222=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ADE is #306521. Grayscale: #B1B1B1. Windows color (decimal): -3171618 or 14588623. OLE color: 14588623.

HSL color Cylindrical-coordinate representation of color #CF9ADE: hue angle of 286.76º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF9ADE is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 154 222 -
CMYK 0.07 0.31 0 0.13
HSL 286.76º 0.51% 0.74% -
HSV(B) 286.76º 0.31% 0.87% -
XYZ 50.47 41.65 74.49 -
YUV 177.6 153.06 148.97 -
System Red Green Blue C M Y K H S L
Decimal 207 154 222 0.07 0.31 0 0.13 286.76 0.51 0.74
Hex CF 9A DE 7 1F 0 D 11F 33 4A
Octal 317 232 336 7 37 0 15 437 63 112
Binary 11001111 10011010 11011110 111 11111 0 1101 100011111 110011 1001010

Color Harmonies of #CF9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9ADE

Black with #CF9ADE

Text Example


Text Example

White with #CF9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9ADE; }

 p { color: rgb(207,154,222); }

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

background-color css

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

 a { background-color: rgb(207,154,222); }

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

border-color css

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

 span { border-color: rgb(207,154,222); }

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