Html Css Color HEX #CA43D9 Medium Orchid

📋 copy color: '#CA43D9'

red 202 ◦ green 67 ◦ blue 217

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

Shades of Medium Orchid #CA43D9

Tints of Medium Orchid #CA43D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.65%

R = 41.56%
G = 13.79%
B = 44.65%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA43D9 (or 0xCA43D9) is known color: Medium Orchid. HEX triplet: CA, 43 and D9. RGB value is (202,67,217). Sum of RGB (Red+Green+Blue) = 202+67+217=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 67 (26.56% from 255 or 13.79% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA43D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43D9 is #35BC26. Grayscale: #7C7C7C. Windows color (decimal): -3521575 or 14238666. OLE color: 14238666.

HSL color Cylindrical-coordinate representation of color #CA43D9: hue angle of 294º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA43D9 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 67 217 -
CMYK 0.07 0.69 0 0.15
HSL 294º 0.66% 0.56% -
HSV(B) 294º 0.69% 0.85% -
XYZ 38.89 21.58 67.76 -
YUV 124.47 180.23 183.3 -
System Red Green Blue C M Y K H S L
Decimal 202 67 217 0.07 0.69 0 0.15 294 0.66 0.56
Hex CA 43 D9 7 45 0 F 126 42 38
Octal 312 103 331 7 105 0 17 446 102 70
Binary 11001010 1000011 11011001 111 1000101 0 1111 100100110 1000010 111000

Color Harmonies of #CA43D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA43D9

Black with #CA43D9

Text Example


Text Example

White with #CA43D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA43D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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