Html Css Color HEX #CF90E2 Wisteria

📋 copy color: '#CF90E2'

red 207 ◦ green 144 ◦ blue 226

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

Shades of Wisteria #CF90E2

Tints of Wisteria #CF90E2

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.96%

 BLUE value IS 226 (88.67% from 255) = 39.17%

R = 35.88%
G = 24.96%
B = 39.17%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CF90E2 (or 0xCF90E2) is known color: Wisteria. HEX triplet: CF, 90 and E2. RGB value is (207,144,226). Sum of RGB (Red+Green+Blue) = 207+144+226=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 226 - color contains mainly: blue. Hex color #CF90E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90E2 is #306F1D. Grayscale: #ABABAB. Windows color (decimal): -3174174 or 14848207. OLE color: 14848207.

HSL color Cylindrical-coordinate representation of color #CF90E2: hue angle of 286.1º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF90E2 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 144 226 -
CMYK 0.08 0.36 0 0.11
HSL 286.1º 0.59% 0.73% -
HSV(B) 286.1º 0.36% 0.89% -
XYZ 49.43 38.7 76.82 -
YUV 172.19 158.37 152.83 -
System Red Green Blue C M Y K H S L
Decimal 207 144 226 0.08 0.36 0 0.11 286.1 0.59 0.73
Hex CF 90 E2 8 24 0 B 11E 3B 49
Octal 317 220 342 10 44 0 13 436 73 111
Binary 11001111 10010000 11100010 1000 100100 0 1011 100011110 111011 1001001

Color Harmonies of #CF90E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF90E2

Black with #CF90E2

Text Example


Text Example

White with #CF90E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF90E2; }

 p { color: rgb(207,144,226); }

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

background-color css

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

 a { background-color: rgb(207,144,226); }

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

border-color css

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

 span { border-color: rgb(207,144,226); }

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