Html Css Color HEX #CF99EC Wisteria

📋 copy color: '#CF99EC'

red 207 ◦ green 153 ◦ blue 236

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

Shades of Wisteria #CF99EC

Tints of Wisteria #CF99EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.6%

R = 34.73%
G = 25.67%
B = 39.6%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF99EC (or 0xCF99EC) is known color: Wisteria. HEX triplet: CF, 99 and EC. RGB value is (207,153,236). Sum of RGB (Red+Green+Blue) = 207+153+236=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF99EC is #306613. Grayscale: #B2B2B2. Windows color (decimal): -3171860 or 15505871. OLE color: 15505871.

HSL color Cylindrical-coordinate representation of color #CF99EC: hue angle of 279.04º degrees, saturation: 0.69, 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 #CF99EC is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 153 236 -
CMYK 0.12 0.35 0 0.07
HSL 279.04º 0.69% 0.76% -
HSV(B) 279.04º 0.35% 0.93% -
XYZ 52.26 42.1 84.73 -
YUV 178.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 207 153 236 0.12 0.35 0 0.07 279.04 0.69 0.76
Hex CF 99 EC C 23 0 7 117 45 4C
Octal 317 231 354 14 43 0 7 427 105 114
Binary 11001111 10011001 11101100 1100 100011 0 111 100010111 1000101 1001100

Color Harmonies of #CF99EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF99EC

Black with #CF99EC

Text Example


Text Example

White with #CF99EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF99EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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