Html Css Color HEX #CD93F0 Wisteria

📋 copy color: '#CD93F0'

red 205 ◦ green 147 ◦ blue 240

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

Shades of Wisteria #CD93F0

Tints of Wisteria #CD93F0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.83%

 BLUE value IS 240 (94.14% from 255) = 40.54%

R = 34.63%
G = 24.83%
B = 40.54%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CD93F0 (or 0xCD93F0) is known color: Wisteria. HEX triplet: CD, 93 and F0. RGB value is (205,147,240). Sum of RGB (Red+Green+Blue) = 205+147+240=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD93F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD93F0 is #326C0F. Grayscale: #AEAEAE. Windows color (decimal): -3304464 or 15766477. OLE color: 15766477.

HSL color Cylindrical-coordinate representation of color #CD93F0: hue angle of 277.42º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD93F0 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 147 240 -
CMYK 0.15 0.39 0 0.06
HSL 277.42º 0.76% 0.76% -
HSV(B) 277.42º 0.39% 0.94% -
XYZ 51.34 40.14 87.48 -
YUV 174.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 205 147 240 0.15 0.39 0 0.06 277.42 0.76 0.76
Hex CD 93 F0 F 27 0 6 115 4C 4C
Octal 315 223 360 17 47 0 6 425 114 114
Binary 11001101 10010011 11110000 1111 100111 0 110 100010101 1001100 1001100

Color Harmonies of #CD93F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD93F0

Black with #CD93F0

Text Example


Text Example

White with #CD93F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD93F0; }

 p { color: rgb(205,147,240); }

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

background-color css

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

 a { background-color: rgb(205,147,240); }

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

border-color css

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

 span { border-color: rgb(205,147,240); }

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