Html Css Color HEX #CD2CEA Medium Orchid

📋 copy color: '#CD2CEA'

red 205 ◦ green 44 ◦ blue 234

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

Shades of Medium Orchid #CD2CEA

Tints of Medium Orchid #CD2CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 42.44%
G = 9.11%
B = 48.45%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CD2CEA (or 0xCD2CEA) is known color: Medium Orchid. HEX triplet: CD, 2C and EA. RGB value is (205,44,234). Sum of RGB (Red+Green+Blue) = 205+44+234=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 44 (17.58% from 255 or 9.11% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD2CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2CEA is #32D315. Grayscale: #717171. Windows color (decimal): -3330838 or 15346893. OLE color: 15346893.

HSL color Cylindrical-coordinate representation of color #CD2CEA: hue angle of 290.84º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2CEA is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 44 234 -
CMYK 0.12 0.81 0 0.08
HSL 290.84º 0.82% 0.55% -
HSV(B) 290.84º 0.81% 0.92% -
XYZ 40.93 20.72 79.68 -
YUV 113.8 195.84 193.05 -
System Red Green Blue C M Y K H S L
Decimal 205 44 234 0.12 0.81 0 0.08 290.84 0.82 0.55
Hex CD 2C EA C 51 0 8 123 52 37
Octal 315 54 352 14 121 0 10 443 122 67
Binary 11001101 101100 11101010 1100 1010001 0 1000 100100011 1010010 110111

Color Harmonies of #CD2CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2CEA

Black with #CD2CEA

Text Example


Text Example

White with #CD2CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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