Html Css Color HEX #CD3BE0 Medium Orchid

📋 copy color: '#CD3BE0'

red 205 ◦ green 59 ◦ blue 224

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

Shades of Medium Orchid #CD3BE0

Tints of Medium Orchid #CD3BE0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.09%

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

R = 42.01%
G = 12.09%
B = 45.9%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD3BE0 (or 0xCD3BE0) is known color: Medium Orchid. HEX triplet: CD, 3B and E0. RGB value is (205,59,224). Sum of RGB (Red+Green+Blue) = 205+59+224=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD3BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3BE0 is #32C41F. Grayscale: #787878. Windows color (decimal): -3327008 or 14695373. OLE color: 14695373.

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

Color convert

RGB 205 59 224 -
CMYK 0.08 0.74 0 0.12
HSL 293.09º 0.73% 0.55% -
HSV(B) 293.09º 0.74% 0.88% -
XYZ 40.2 21.49 72.55 -
YUV 121.46 185.87 187.58 -
System Red Green Blue C M Y K H S L
Decimal 205 59 224 0.08 0.74 0 0.12 293.09 0.73 0.55
Hex CD 3B E0 8 4A 0 C 125 49 37
Octal 315 73 340 10 112 0 14 445 111 67
Binary 11001101 111011 11100000 1000 1001010 0 1100 100100101 1001001 110111

Color Harmonies of #CD3BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3BE0

Black with #CD3BE0

Text Example


Text Example

White with #CD3BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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