Html Css Color HEX #CD2CE0 Medium Orchid

📋 copy color: '#CD2CE0'

red 205 ◦ green 44 ◦ blue 224

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

Shades of Medium Orchid #CD2CE0

Tints of Medium Orchid #CD2CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.36%

R = 43.34%
G = 9.3%
B = 47.36%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD2CE0 (or 0xCD2CE0) is known color: Medium Orchid. HEX triplet: CD, 2C and E0. RGB value is (205,44,224). Sum of RGB (Red+Green+Blue) = 205+44+224=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD2CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2CE0 is #32D31F. Grayscale: #707070. Windows color (decimal): -3330848 or 14691533. OLE color: 14691533.

HSL color Cylindrical-coordinate representation of color #CD2CE0: hue angle of 293.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2CE0 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 44 224 -
CMYK 0.08 0.80 0 0.12
HSL 293.67º 0.74% 0.53% -
HSV(B) 293.67º 0.8% 0.88% -
XYZ 39.53 20.16 72.33 -
YUV 112.66 190.84 193.86 -
System Red Green Blue C M Y K H S L
Decimal 205 44 224 0.08 0.80 0 0.12 293.67 0.74 0.53
Hex CD 2C E0 8 50 0 C 126 4A 35
Octal 315 54 340 10 120 0 14 446 112 65
Binary 11001101 101100 11100000 1000 1010000 0 1100 100100110 1001010 110101

Color Harmonies of #CD2CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2CE0

Black with #CD2CE0

Text Example


Text Example

White with #CD2CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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