Html Css Color HEX #CD3CE0 Medium Orchid

📋 copy color: '#CD3CE0'

red 205 ◦ green 60 ◦ blue 224

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

Shades of Medium Orchid #CD3CE0

Tints of Medium Orchid #CD3CE0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.27%

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

R = 41.92%
G = 12.27%
B = 45.81%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD3CE0 (or 0xCD3CE0) is known color: Medium Orchid. HEX triplet: CD, 3C and E0. RGB value is (205,60,224). Sum of RGB (Red+Green+Blue) = 205+60+224=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 60 (23.83% from 255 or 12.27% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD3CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3CE0 is #32C31F. Grayscale: #797979. Windows color (decimal): -3326752 or 14695629. OLE color: 14695629.

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

Color convert

RGB 205 60 224 -
CMYK 0.08 0.73 0 0.12
HSL 293.05º 0.73% 0.56% -
HSV(B) 293.05º 0.73% 0.88% -
XYZ 40.25 21.59 72.57 -
YUV 122.05 185.54 187.16 -
System Red Green Blue C M Y K H S L
Decimal 205 60 224 0.08 0.73 0 0.12 293.05 0.73 0.56
Hex CD 3C E0 8 49 0 C 125 49 38
Octal 315 74 340 10 111 0 14 445 111 70
Binary 11001101 111100 11100000 1000 1001001 0 1100 100100101 1001001 111000

Color Harmonies of #CD3CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3CE0

Black with #CD3CE0

Text Example


Text Example

White with #CD3CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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