Html Css Color HEX #CF9DF0 Wisteria

📋 copy color: '#CF9DF0'

red 207 ◦ green 157 ◦ blue 240

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

Shades of Wisteria #CF9DF0

Tints of Wisteria #CF9DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.74%

R = 34.27%
G = 25.99%
B = 39.74%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF9DF0 (or 0xCF9DF0) is known color: Wisteria. HEX triplet: CF, 9D and F0. RGB value is (207,157,240). Sum of RGB (Red+Green+Blue) = 207+157+240=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF9DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9DF0 is #30620F. Grayscale: #B5B5B5. Windows color (decimal): -3170832 or 15769039. OLE color: 15769039.

HSL color Cylindrical-coordinate representation of color #CF9DF0: hue angle of 276.14º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF9DF0 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 157 240 -
CMYK 0.14 0.35 0 0.06
HSL 276.14º 0.73% 0.78% -
HSV(B) 276.14º 0.35% 0.94% -
XYZ 53.52 43.67 88.05 -
YUV 181.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 207 157 240 0.14 0.35 0 0.06 276.14 0.73 0.78
Hex CF 9D F0 E 23 0 6 114 49 4E
Octal 317 235 360 16 43 0 6 424 111 116
Binary 11001111 10011101 11110000 1110 100011 0 110 100010100 1001001 1001110

Color Harmonies of #CF9DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DF0

Black with #CF9DF0

Text Example


Text Example

White with #CF9DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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