Html Css Color HEX #CD5CE2 Medium Orchid

📋 copy color: '#CD5CE2'

red 205 ◦ green 92 ◦ blue 226

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

Shades of Medium Orchid #CD5CE2

Tints of Medium Orchid #CD5CE2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.59%

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

R = 39.2%
G = 17.59%
B = 43.21%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD5CE2 (or 0xCD5CE2) is known color: Medium Orchid. HEX triplet: CD, 5C and E2. RGB value is (205,92,226). Sum of RGB (Red+Green+Blue) = 205+92+226=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 226 - color contains mainly: blue. Hex color #CD5CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5CE2 is #32A31D. Grayscale: #8C8C8C. Windows color (decimal): -3318558 or 14834893. OLE color: 14834893.

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

Color convert

RGB 205 92 226 -
CMYK 0.09 0.59 0 0.11
HSL 290.6º 0.7% 0.62% -
HSV(B) 290.6º 0.59% 0.89% -
XYZ 42.73 26.12 74.74 -
YUV 141.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 205 92 226 0.09 0.59 0 0.11 290.6 0.7 0.62
Hex CD 5C E2 9 3B 0 B 123 46 3E
Octal 315 134 342 11 73 0 13 443 106 76
Binary 11001101 1011100 11100010 1001 111011 0 1011 100100011 1000110 111110

Color Harmonies of #CD5CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5CE2

Black with #CD5CE2

Text Example


Text Example

White with #CD5CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5CE2; }

 p { color: rgb(205,92,226); }

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

background-color css

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

 a { background-color: rgb(205,92,226); }

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

border-color css

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

 span { border-color: rgb(205,92,226); }

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