Html Css Color HEX #CD33D6 Medium Orchid

📋 copy color: '#CD33D6'

red 205 ◦ green 51 ◦ blue 214

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

Shades of Medium Orchid #CD33D6

Tints of Medium Orchid #CD33D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.53%

R = 43.62%
G = 10.85%
B = 45.53%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD33D6 (or 0xCD33D6) is known color: Medium Orchid. HEX triplet: CD, 33 and D6. RGB value is (205,51,214). Sum of RGB (Red+Green+Blue) = 205+51+214=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD33D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD33D6 is #32CC29. Grayscale: #737373. Windows color (decimal): -3329066 or 14037965. OLE color: 14037965.

HSL color Cylindrical-coordinate representation of color #CD33D6: hue angle of 296.69º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD33D6 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 51 214 -
CMYK 0.04 0.76 0 0.16
HSL 296.69º 0.67% 0.52% -
HSV(B) 296.69º 0.76% 0.84% -
XYZ 38.5 20.2 65.49 -
YUV 115.63 183.52 191.75 -
System Red Green Blue C M Y K H S L
Decimal 205 51 214 0.04 0.76 0 0.16 296.69 0.67 0.52
Hex CD 33 D6 4 4C 0 10 129 43 34
Octal 315 63 326 4 114 0 20 451 103 64
Binary 11001101 110011 11010110 100 1001100 0 10000 100101001 1000011 110100

Color Harmonies of #CD33D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD33D6

Black with #CD33D6

Text Example


Text Example

White with #CD33D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD33D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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