Html Css Color HEX #CA44D7 Medium Orchid

📋 copy color: '#CA44D7'

red 202 ◦ green 68 ◦ blue 215

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

Shades of Medium Orchid #CA44D7

Tints of Medium Orchid #CA44D7

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.02%

 BLUE value IS 215 (84.38% from 255) = 44.33%

R = 41.65%
G = 14.02%
B = 44.33%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA44D7 (or 0xCA44D7) is known color: Medium Orchid. HEX triplet: CA, 44 and D7. RGB value is (202,68,215). Sum of RGB (Red+Green+Blue) = 202+68+215=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA44D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA44D7 is #35BB28. Grayscale: #7C7C7C. Windows color (decimal): -3521321 or 14107850. OLE color: 14107850.

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

Color convert

RGB 202 68 215 -
CMYK 0.06 0.68 0 0.16
HSL 294.69º 0.65% 0.55% -
HSV(B) 294.69º 0.68% 0.84% -
XYZ 38.69 21.6 66.42 -
YUV 124.82 178.89 183.05 -
System Red Green Blue C M Y K H S L
Decimal 202 68 215 0.06 0.68 0 0.16 294.69 0.65 0.55
Hex CA 44 D7 6 44 0 10 127 41 37
Octal 312 104 327 6 104 0 20 447 101 67
Binary 11001010 1000100 11010111 110 1000100 0 10000 100100111 1000001 110111

Color Harmonies of #CA44D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA44D7

Black with #CA44D7

Text Example


Text Example

White with #CA44D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA44D7; }

 p { color: rgb(202,68,215); }

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

background-color css

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

 a { background-color: rgb(202,68,215); }

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

border-color css

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

 span { border-color: rgb(202,68,215); }

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