Html Css Color HEX #CA61D7 Medium Orchid

📋 copy color: '#CA61D7'

red 202 ◦ green 97 ◦ blue 215

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

Shades of Medium Orchid #CA61D7

Tints of Medium Orchid #CA61D7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.87%

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

R = 39.3%
G = 18.87%
B = 41.83%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA61D7 (or 0xCA61D7) is known color: Medium Orchid. HEX triplet: CA, 61 and D7. RGB value is (202,97,215). Sum of RGB (Red+Green+Blue) = 202+97+215=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA61D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61D7 is #359E28. Grayscale: #8D8D8D. Windows color (decimal): -3513897 or 14115274. OLE color: 14115274.

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

Color convert

RGB 202 97 215 -
CMYK 0.06 0.55 0 0.16
HSL 293.39º 0.6% 0.61% -
HSV(B) 293.39º 0.55% 0.84% -
XYZ 40.9 26.01 67.16 -
YUV 141.85 169.29 170.91 -
System Red Green Blue C M Y K H S L
Decimal 202 97 215 0.06 0.55 0 0.16 293.39 0.6 0.61
Hex CA 61 D7 6 37 0 10 125 3C 3D
Octal 312 141 327 6 67 0 20 445 74 75
Binary 11001010 1100001 11010111 110 110111 0 10000 100100101 111100 111101

Color Harmonies of #CA61D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA61D7

Black with #CA61D7

Text Example


Text Example

White with #CA61D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA61D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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