Html Css Color HEX #CA4CD5 Medium Orchid

📋 copy color: '#CA4CD5'

red 202 ◦ green 76 ◦ blue 213

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

Shades of Medium Orchid #CA4CD5

Tints of Medium Orchid #CA4CD5

RGB

 RED value IS 202 (79.3% from 255) = 41.14%

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

 BLUE value IS 213 (83.59% from 255) = 43.38%

R = 41.14%
G = 15.48%
B = 43.38%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA4CD5 (or 0xCA4CD5) is known color: Medium Orchid. HEX triplet: CA, 4C and D5. RGB value is (202,76,213). Sum of RGB (Red+Green+Blue) = 202+76+213=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA4CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4CD5 is #35B32A. Grayscale: #808080. Windows color (decimal): -3519275 or 13978826. OLE color: 13978826.

HSL color Cylindrical-coordinate representation of color #CA4CD5: hue angle of 295.18º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4CD5 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 76 213 -
CMYK 0.05 0.64 0 0.16
HSL 295.18º 0.62% 0.57% -
HSV(B) 295.18º 0.64% 0.84% -
XYZ 38.95 22.53 65.25 -
YUV 129.29 175.24 179.86 -
System Red Green Blue C M Y K H S L
Decimal 202 76 213 0.05 0.64 0 0.16 295.18 0.62 0.57
Hex CA 4C D5 5 40 0 10 127 3E 39
Octal 312 114 325 5 100 0 20 447 76 71
Binary 11001010 1001100 11010101 101 1000000 0 10000 100100111 111110 111001

Color Harmonies of #CA4CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4CD5

Black with #CA4CD5

Text Example


Text Example

White with #CA4CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4CD5; }

 p { color: rgb(202,76,213); }

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

background-color css

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

 a { background-color: rgb(202,76,213); }

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

border-color css

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

 span { border-color: rgb(202,76,213); }

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