Html Css Color HEX #CF99ED Wisteria

📋 copy color: '#CF99ED'

red 207 ◦ green 153 ◦ blue 237

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

Shades of Wisteria #CF99ED

Tints of Wisteria #CF99ED

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.63%

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

R = 34.67%
G = 25.63%
B = 39.7%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF99ED (or 0xCF99ED) is known color: Wisteria. HEX triplet: CF, 99 and ED. RGB value is (207,153,237). Sum of RGB (Red+Green+Blue) = 207+153+237=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF99ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF99ED is #306612. Grayscale: #B2B2B2. Windows color (decimal): -3171859 or 15571407. OLE color: 15571407.

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

Color convert

RGB 207 153 237 -
CMYK 0.13 0.35 0 0.07
HSL 278.57º 0.7% 0.76% -
HSV(B) 278.57º 0.35% 0.93% -
XYZ 52.41 42.16 85.5 -
YUV 178.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 207 153 237 0.13 0.35 0 0.07 278.57 0.7 0.76
Hex CF 99 ED D 23 0 7 117 46 4C
Octal 317 231 355 15 43 0 7 427 106 114
Binary 11001111 10011001 11101101 1101 100011 0 111 100010111 1000110 1001100

Color Harmonies of #CF99ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF99ED

Black with #CF99ED

Text Example


Text Example

White with #CF99ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF99ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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