Html Css Color HEX #CD4EEA Medium Orchid

📋 copy color: '#CD4EEA'

red 205 ◦ green 78 ◦ blue 234

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

Shades of Medium Orchid #CD4EEA

Tints of Medium Orchid #CD4EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.09%

 BLUE value IS 234 (91.8% from 255) = 45.26%

R = 39.65%
G = 15.09%
B = 45.26%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CD4EEA (or 0xCD4EEA) is known color: Medium Orchid. HEX triplet: CD, 4E and EA. RGB value is (205,78,234). Sum of RGB (Red+Green+Blue) = 205+78+234=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD4EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD4EEA is #32B115. Grayscale: #858585. Windows color (decimal): -3322134 or 15355597. OLE color: 15355597.

HSL color Cylindrical-coordinate representation of color #CD4EEA: hue angle of 288.85º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD4EEA is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 78 234 -
CMYK 0.12 0.67 0 0.08
HSL 288.85º 0.79% 0.61% -
HSV(B) 288.85º 0.67% 0.92% -
XYZ 42.75 24.37 80.29 -
YUV 133.76 184.58 178.82 -
System Red Green Blue C M Y K H S L
Decimal 205 78 234 0.12 0.67 0 0.08 288.85 0.79 0.61
Hex CD 4E EA C 43 0 8 121 4F 3D
Octal 315 116 352 14 103 0 10 441 117 75
Binary 11001101 1001110 11101010 1100 1000011 0 1000 100100001 1001111 111101

Color Harmonies of #CD4EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4EEA

Black with #CD4EEA

Text Example


Text Example

White with #CD4EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4EEA; }

 p { color: rgb(205,78,234); }

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

background-color css

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

 a { background-color: rgb(205,78,234); }

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

border-color css

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

 span { border-color: rgb(205,78,234); }

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