Html Css Color HEX #CD93F2 Wisteria

📋 copy color: '#CD93F2'

red 205 ◦ green 147 ◦ blue 242

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

Shades of Wisteria #CD93F2

Tints of Wisteria #CD93F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.74%

R = 34.51%
G = 24.75%
B = 40.74%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CD93F2 (or 0xCD93F2) is known color: Wisteria. HEX triplet: CD, 93 and F2. RGB value is (205,147,242). Sum of RGB (Red+Green+Blue) = 205+147+242=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD93F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD93F2 is #326C0D. Grayscale: #AEAEAE. Windows color (decimal): -3304462 or 15897549. OLE color: 15897549.

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

Color convert

RGB 205 147 242 -
CMYK 0.15 0.39 0 0.05
HSL 276.63º 0.79% 0.76% -
HSV(B) 276.63º 0.39% 0.95% -
XYZ 51.64 40.26 89.05 -
YUV 175.17 165.72 149.28 -
System Red Green Blue C M Y K H S L
Decimal 205 147 242 0.15 0.39 0 0.05 276.63 0.79 0.76
Hex CD 93 F2 F 27 0 5 115 4F 4C
Octal 315 223 362 17 47 0 5 425 117 114
Binary 11001101 10010011 11110010 1111 100111 0 101 100010101 1001111 1001100

Color Harmonies of #CD93F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD93F2

Black with #CD93F2

Text Example


Text Example

White with #CD93F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD93F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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