Html Css Color HEX #CF9FED Wisteria

📋 copy color: '#CF9FED'

red 207 ◦ green 159 ◦ blue 237

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

Shades of Wisteria #CF9FED

Tints of Wisteria #CF9FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.37%

 BLUE value IS 237 (92.97% from 255) = 39.3%

R = 34.33%
G = 26.37%
B = 39.3%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF9FED (or 0xCF9FED) is known color: Wisteria. HEX triplet: CF, 9F and ED. RGB value is (207,159,237). Sum of RGB (Red+Green+Blue) = 207+159+237=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9FED is #306012. Grayscale: #B5B5B5. Windows color (decimal): -3170323 or 15572943. OLE color: 15572943.

HSL color Cylindrical-coordinate representation of color #CF9FED: hue angle of 276.92º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF9FED is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 159 237 -
CMYK 0.13 0.33 0 0.07
HSL 276.92º 0.68% 0.78% -
HSV(B) 276.92º 0.33% 0.93% -
XYZ 53.42 44.18 85.83 -
YUV 182.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 207 159 237 0.13 0.33 0 0.07 276.92 0.68 0.78
Hex CF 9F ED D 21 0 7 115 44 4E
Octal 317 237 355 15 41 0 7 425 104 116
Binary 11001111 10011111 11101101 1101 100001 0 111 100010101 1000100 1001110

Color Harmonies of #CF9FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9FED

Black with #CF9FED

Text Example


Text Example

White with #CF9FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9FED; }

 p { color: rgb(207,159,237); }

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

background-color css

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

 a { background-color: rgb(207,159,237); }

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

border-color css

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

 span { border-color: rgb(207,159,237); }

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