Html Css Color HEX #CD2CE5 Medium Orchid

📋 copy color: '#CD2CE5'

red 205 ◦ green 44 ◦ blue 229

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

Shades of Medium Orchid #CD2CE5

Tints of Medium Orchid #CD2CE5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.21%

 BLUE value IS 229 (89.84% from 255) = 47.91%

R = 42.89%
G = 9.21%
B = 47.91%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD2CE5 (or 0xCD2CE5) is known color: Medium Orchid. HEX triplet: CD, 2C and E5. RGB value is (205,44,229). Sum of RGB (Red+Green+Blue) = 205+44+229=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD2CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2CE5 is #32D31A. Grayscale: #707070. Windows color (decimal): -3330843 or 15019213. OLE color: 15019213.

HSL color Cylindrical-coordinate representation of color #CD2CE5: hue angle of 292.22º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2CE5 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 44 229 -
CMYK 0.10 0.81 0 0.10
HSL 292.22º 0.78% 0.54% -
HSV(B) 292.22º 0.81% 0.9% -
XYZ 40.22 20.44 75.95 -
YUV 113.23 193.34 193.46 -
System Red Green Blue C M Y K H S L
Decimal 205 44 229 0.10 0.81 0 0.10 292.22 0.78 0.54
Hex CD 2C E5 A 51 0 A 124 4E 36
Octal 315 54 345 12 121 0 12 444 116 66
Binary 11001101 101100 11100101 1010 1010001 0 1010 100100100 1001110 110110

Color Harmonies of #CD2CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2CE5

Black with #CD2CE5

Text Example


Text Example

White with #CD2CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2CE5; }

 p { color: rgb(205,44,229); }

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

background-color css

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

 a { background-color: rgb(205,44,229); }

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

border-color css

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

 span { border-color: rgb(205,44,229); }

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