Html Css Color HEX #CD90E6 Wisteria

📋 copy color: '#CD90E6'

red 205 ◦ green 144 ◦ blue 230

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

Shades of Wisteria #CD90E6

Tints of Wisteria #CD90E6

RGB

 RED value IS 205 (80.47% from 255) = 35.41%

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

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

R = 35.41%
G = 24.87%
B = 39.72%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD90E6 (or 0xCD90E6) is known color: Wisteria. HEX triplet: CD, 90 and E6. RGB value is (205,144,230). Sum of RGB (Red+Green+Blue) = 205+144+230=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD90E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD90E6 is #326F19. Grayscale: #ABABAB. Windows color (decimal): -3305242 or 15110349. OLE color: 15110349.

HSL color Cylindrical-coordinate representation of color #CD90E6: hue angle of 282.56º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD90E6 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 144 230 -
CMYK 0.11 0.37 0 0.10
HSL 282.56º 0.63% 0.73% -
HSV(B) 282.56º 0.37% 0.9% -
XYZ 49.43 38.64 79.72 -
YUV 172.04 160.71 151.51 -
System Red Green Blue C M Y K H S L
Decimal 205 144 230 0.11 0.37 0 0.10 282.56 0.63 0.73
Hex CD 90 E6 B 25 0 A 11B 3F 49
Octal 315 220 346 13 45 0 12 433 77 111
Binary 11001101 10010000 11100110 1011 100101 0 1010 100011011 111111 1001001

Color Harmonies of #CD90E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90E6

Black with #CD90E6

Text Example


Text Example

White with #CD90E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90E6; }

 p { color: rgb(205,144,230); }

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

background-color css

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

 a { background-color: rgb(205,144,230); }

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

border-color css

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

 span { border-color: rgb(205,144,230); }

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