Html Css Color HEX #CD33ED Medium Orchid

📋 copy color: '#CD33ED'

red 205 ◦ green 51 ◦ blue 237

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

Shades of Medium Orchid #CD33ED

Tints of Medium Orchid #CD33ED

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.34%

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 41.58%
G = 10.34%
B = 48.07%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD33ED (or 0xCD33ED) is known color: Medium Orchid. HEX triplet: CD, 33 and ED. RGB value is (205,51,237). Sum of RGB (Red+Green+Blue) = 205+51+237=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 51 (20.31% from 255 or 10.34% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD33ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD33ED is #32CC12. Grayscale: #757575. Windows color (decimal): -3329043 or 15545293. OLE color: 15545293.

HSL color Cylindrical-coordinate representation of color #CD33ED: hue angle of 289.68º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD33ED is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 51 237 -
CMYK 0.14 0.78 0 0.07
HSL 289.68º 0.84% 0.56% -
HSV(B) 289.68º 0.78% 0.93% -
XYZ 41.65 21.46 82.07 -
YUV 118.25 195.02 189.88 -
System Red Green Blue C M Y K H S L
Decimal 205 51 237 0.14 0.78 0 0.07 289.68 0.84 0.56
Hex CD 33 ED E 4E 0 7 122 54 38
Octal 315 63 355 16 116 0 7 442 124 70
Binary 11001101 110011 11101101 1110 1001110 0 111 100100010 1010100 111000

Color Harmonies of #CD33ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD33ED

Black with #CD33ED

Text Example


Text Example

White with #CD33ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD33ED; }

 p { color: rgb(205,51,237); }

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

background-color css

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

 a { background-color: rgb(205,51,237); }

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

border-color css

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

 span { border-color: rgb(205,51,237); }

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