Html Css Color HEX #CA43D5 Medium Orchid

📋 copy color: '#CA43D5'

red 202 ◦ green 67 ◦ blue 213

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

Shades of Medium Orchid #CA43D5

Tints of Medium Orchid #CA43D5

RGB

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

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

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

R = 41.91%
G = 13.9%
B = 44.19%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA43D5 (or 0xCA43D5) is known color: Medium Orchid. HEX triplet: CA, 43 and D5. RGB value is (202,67,213). Sum of RGB (Red+Green+Blue) = 202+67+213=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 67 (26.56% from 255 or 13.90% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA43D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43D5 is #35BC2A. Grayscale: #7B7B7B. Windows color (decimal): -3521579 or 13976522. OLE color: 13976522.

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

Color convert

RGB 202 67 213 -
CMYK 0.05 0.69 0 0.16
HSL 295.48º 0.63% 0.55% -
HSV(B) 295.48º 0.69% 0.84% -
XYZ 38.37 21.37 65.05 -
YUV 124.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 202 67 213 0.05 0.69 0 0.16 295.48 0.63 0.55
Hex CA 43 D5 5 45 0 10 127 3F 37
Octal 312 103 325 5 105 0 20 447 77 67
Binary 11001010 1000011 11010101 101 1000101 0 10000 100100111 111111 110111

Color Harmonies of #CA43D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA43D5

Black with #CA43D5

Text Example


Text Example

White with #CA43D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA43D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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