Html Css Color HEX #CD64E6 Medium Orchid

📋 copy color: '#CD64E6'

red 205 ◦ green 100 ◦ blue 230

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

Shades of Medium Orchid #CD64E6

Tints of Medium Orchid #CD64E6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.69%

 BLUE value IS 230 (90.23% from 255) = 42.99%

R = 38.32%
G = 18.69%
B = 42.99%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD64E6 (or 0xCD64E6) is known color: Medium Orchid. HEX triplet: CD, 64 and E6. RGB value is (205,100,230). Sum of RGB (Red+Green+Blue) = 205+100+230=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD64E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD64E6 is #329B19. Grayscale: #919191. Windows color (decimal): -3316506 or 15099085. OLE color: 15099085.

HSL color Cylindrical-coordinate representation of color #CD64E6: hue angle of 288.46º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD64E6 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 100 230 -
CMYK 0.11 0.57 0 0.10
HSL 288.46º 0.72% 0.65% -
HSV(B) 288.46º 0.57% 0.9% -
XYZ 44.02 27.81 77.91 -
YUV 146.22 175.29 169.93 -
System Red Green Blue C M Y K H S L
Decimal 205 100 230 0.11 0.57 0 0.10 288.46 0.72 0.65
Hex CD 64 E6 B 39 0 A 120 48 41
Octal 315 144 346 13 71 0 12 440 110 101
Binary 11001101 1100100 11100110 1011 111001 0 1010 100100000 1001000 1000001

Color Harmonies of #CD64E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD64E6

Black with #CD64E6

Text Example


Text Example

White with #CD64E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD64E6; }

 p { color: rgb(205,100,230); }

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

background-color css

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

 a { background-color: rgb(205,100,230); }

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

border-color css

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

 span { border-color: rgb(205,100,230); }

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