Html Css Color HEX #CF98EC Wisteria

📋 copy color: '#CF98EC'

red 207 ◦ green 152 ◦ blue 236

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

Shades of Wisteria #CF98EC

Tints of Wisteria #CF98EC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.55%

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

R = 34.79%
G = 25.55%
B = 39.66%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF98EC (or 0xCF98EC) is known color: Wisteria. HEX triplet: CF, 98 and EC. RGB value is (207,152,236). Sum of RGB (Red+Green+Blue) = 207+152+236=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF98EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF98EC is #306713. Grayscale: #B1B1B1. Windows color (decimal): -3172116 or 15505615. OLE color: 15505615.

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

Color convert

RGB 207 152 236 -
CMYK 0.12 0.36 0 0.07
HSL 279.29º 0.69% 0.76% -
HSV(B) 279.29º 0.36% 0.93% -
XYZ 52.1 41.78 84.67 -
YUV 178.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 207 152 236 0.12 0.36 0 0.07 279.29 0.69 0.76
Hex CF 98 EC C 24 0 7 117 45 4C
Octal 317 230 354 14 44 0 7 427 105 114
Binary 11001111 10011000 11101100 1100 100100 0 111 100010111 1000101 1001100

Color Harmonies of #CF98EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF98EC

Black with #CF98EC

Text Example


Text Example

White with #CF98EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF98EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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