Html Css Color HEX #CF98E6 Wisteria

📋 copy color: '#CF98E6'

red 207 ◦ green 152 ◦ blue 230

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

Shades of Wisteria #CF98E6

Tints of Wisteria #CF98E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.05%

R = 35.14%
G = 25.81%
B = 39.05%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CF98E6 (or 0xCF98E6) is known color: Wisteria. HEX triplet: CF, 98 and E6. RGB value is (207,152,230). Sum of RGB (Red+Green+Blue) = 207+152+230=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF98E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF98E6 is #306719. Grayscale: #B1B1B1. Windows color (decimal): -3172122 or 15112399. OLE color: 15112399.

HSL color Cylindrical-coordinate representation of color #CF98E6: hue angle of 282.31º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF98E6 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 152 230 -
CMYK 0.10 0.34 0 0.10
HSL 282.31º 0.61% 0.75% -
HSV(B) 282.31º 0.34% 0.9% -
XYZ 51.24 41.44 80.16 -
YUV 177.34 157.72 149.16 -
System Red Green Blue C M Y K H S L
Decimal 207 152 230 0.10 0.34 0 0.10 282.31 0.61 0.75
Hex CF 98 E6 A 22 0 A 11A 3D 4B
Octal 317 230 346 12 42 0 12 432 75 113
Binary 11001111 10011000 11100110 1010 100010 0 1010 100011010 111101 1001011

Color Harmonies of #CF98E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF98E6

Black with #CF98E6

Text Example


Text Example

White with #CF98E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF98E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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