Html Css Color HEX #CD43E4 Medium Orchid

📋 copy color: '#CD43E4'

red 205 ◦ green 67 ◦ blue 228

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

Shades of Medium Orchid #CD43E4

Tints of Medium Orchid #CD43E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.6%

R = 41%
G = 13.4%
B = 45.6%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD43E4 (or 0xCD43E4) is known color: Medium Orchid. HEX triplet: CD, 43 and E4. RGB value is (205,67,228). Sum of RGB (Red+Green+Blue) = 205+67+228=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 67 (26.56% from 255 or 13.4% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 228 - color contains mainly: blue. Hex color #CD43E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD43E4 is #32BC1B. Grayscale: #7E7E7E. Windows color (decimal): -3324956 or 14959565. OLE color: 14959565.

HSL color Cylindrical-coordinate representation of color #CD43E4: hue angle of 291.43º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD43E4 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 67 228 -
CMYK 0.10 0.71 0 0.11
HSL 291.43º 0.75% 0.58% -
HSV(B) 291.43º 0.71% 0.89% -
XYZ 41.19 22.59 75.59 -
YUV 126.62 185.22 183.91 -
System Red Green Blue C M Y K H S L
Decimal 205 67 228 0.10 0.71 0 0.11 291.43 0.75 0.58
Hex CD 43 E4 A 47 0 B 123 4B 3A
Octal 315 103 344 12 107 0 13 443 113 72
Binary 11001101 1000011 11100100 1010 1000111 0 1011 100100011 1001011 111010

Color Harmonies of #CD43E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD43E4

Black with #CD43E4

Text Example


Text Example

White with #CD43E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD43E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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