Html Css Color HEX #CD43D8 Medium Orchid

📋 copy color: '#CD43D8'

red 205 ◦ green 67 ◦ blue 216

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

Shades of Medium Orchid #CD43D8

Tints of Medium Orchid #CD43D8

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.73%

 BLUE value IS 216 (84.77% from 255) = 44.26%

R = 42.01%
G = 13.73%
B = 44.26%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD43D8 (or 0xCD43D8) is known color: Medium Orchid. HEX triplet: CD, 43 and D8. RGB value is (205,67,216). Sum of RGB (Red+Green+Blue) = 205+67+216=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD43D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD43D8 is #32BC27. Grayscale: #7C7C7C. Windows color (decimal): -3324968 or 14173133. OLE color: 14173133.

HSL color Cylindrical-coordinate representation of color #CD43D8: hue angle of 295.57º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD43D8 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 67 216 -
CMYK 0.05 0.69 0 0.15
HSL 295.57º 0.66% 0.55% -
HSV(B) 295.57º 0.69% 0.85% -
XYZ 39.58 21.95 67.12 -
YUV 125.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 205 67 216 0.05 0.69 0 0.15 295.57 0.66 0.55
Hex CD 43 D8 5 45 0 F 128 42 37
Octal 315 103 330 5 105 0 17 450 102 67
Binary 11001101 1000011 11011000 101 1000101 0 1111 100101000 1000010 110111

Color Harmonies of #CD43D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD43D8

Black with #CD43D8

Text Example


Text Example

White with #CD43D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD43D8; }

 p { color: rgb(205,67,216); }

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

background-color css

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

 a { background-color: rgb(205,67,216); }

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

border-color css

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

 span { border-color: rgb(205,67,216); }

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