Html Css Color HEX #CD4CEA Medium Orchid

📋 copy color: '#CD4CEA'

red 205 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #CD4CEA

Tints of Medium Orchid #CD4CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.76%

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

R = 39.81%
G = 14.76%
B = 45.44%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CD4CEA (or 0xCD4CEA) is known color: Medium Orchid. HEX triplet: CD, 4C and EA. RGB value is (205,76,234). Sum of RGB (Red+Green+Blue) = 205+76+234=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD4CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD4CEA is #32B315. Grayscale: #848484. Windows color (decimal): -3322646 or 15355085. OLE color: 15355085.

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

Color convert

RGB 205 76 234 -
CMYK 0.12 0.68 0 0.08
HSL 288.99º 0.79% 0.61% -
HSV(B) 288.99º 0.68% 0.92% -
XYZ 42.61 24.09 80.25 -
YUV 132.58 185.24 179.65 -
System Red Green Blue C M Y K H S L
Decimal 205 76 234 0.12 0.68 0 0.08 288.99 0.79 0.61
Hex CD 4C EA C 44 0 8 121 4F 3D
Octal 315 114 352 14 104 0 10 441 117 75
Binary 11001101 1001100 11101010 1100 1000100 0 1000 100100001 1001111 111101

Color Harmonies of #CD4CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4CEA

Black with #CD4CEA

Text Example


Text Example

White with #CD4CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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