Html Css Color HEX #CD3CEB Medium Orchid

📋 copy color: '#CD3CEB'

red 205 ◦ green 60 ◦ blue 235

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

Shades of Medium Orchid #CD3CEB

Tints of Medium Orchid #CD3CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47%

R = 41%
G = 12%
B = 47%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CD3CEB (or 0xCD3CEB) is known color: Medium Orchid. HEX triplet: CD, 3C and EB. RGB value is (205,60,235). Sum of RGB (Red+Green+Blue) = 205+60+235=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #CD3CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3CEB is #32C314. Grayscale: #7A7A7A. Windows color (decimal): -3326741 or 15416525. OLE color: 15416525.

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

Color convert

RGB 205 60 235 -
CMYK 0.13 0.74 0 0.08
HSL 289.71º 0.81% 0.58% -
HSV(B) 289.71º 0.74% 0.92% -
XYZ 41.79 22.21 80.68 -
YUV 123.31 191.04 186.27 -
System Red Green Blue C M Y K H S L
Decimal 205 60 235 0.13 0.74 0 0.08 289.71 0.81 0.58
Hex CD 3C EB D 4A 0 8 122 51 3A
Octal 315 74 353 15 112 0 10 442 121 72
Binary 11001101 111100 11101011 1101 1001010 0 1000 100100010 1010001 111010

Color Harmonies of #CD3CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3CEB

Black with #CD3CEB

Text Example


Text Example

White with #CD3CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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