Html Css Color HEX #CA43DD Medium Orchid

📋 copy color: '#CA43DD'

red 202 ◦ green 67 ◦ blue 221

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

Shades of Medium Orchid #CA43DD

Tints of Medium Orchid #CA43DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 41.22%
G = 13.67%
B = 45.1%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA43DD (or 0xCA43DD) is known color: Medium Orchid. HEX triplet: CA, 43 and DD. RGB value is (202,67,221). Sum of RGB (Red+Green+Blue) = 202+67+221=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 67 (26.56% from 255 or 13.67% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA43DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43DD is #35BC22. Grayscale: #7C7C7C. Windows color (decimal): -3521571 or 14500810. OLE color: 14500810.

HSL color Cylindrical-coordinate representation of color #CA43DD: hue angle of 292.6º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA43DD is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 67 221 -
CMYK 0.09 0.70 0 0.13
HSL 292.6º 0.69% 0.56% -
HSV(B) 292.6º 0.7% 0.87% -
XYZ 39.42 21.79 70.54 -
YUV 124.92 182.23 182.98 -
System Red Green Blue C M Y K H S L
Decimal 202 67 221 0.09 0.70 0 0.13 292.6 0.69 0.56
Hex CA 43 DD 9 46 0 D 125 45 38
Octal 312 103 335 11 106 0 15 445 105 70
Binary 11001010 1000011 11011101 1001 1000110 0 1101 100100101 1000101 111000

Color Harmonies of #CA43DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA43DD

Black with #CA43DD

Text Example


Text Example

White with #CA43DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA43DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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