Html Css Color HEX #CA60E0 Medium Orchid

📋 copy color: '#CA60E0'

red 202 ◦ green 96 ◦ blue 224

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

Shades of Medium Orchid #CA60E0

Tints of Medium Orchid #CA60E0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.39%

 BLUE value IS 224 (87.89% from 255) = 42.91%

R = 38.7%
G = 18.39%
B = 42.91%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA60E0 (or 0xCA60E0) is known color: Medium Orchid. HEX triplet: CA, 60 and E0. RGB value is (202,96,224). Sum of RGB (Red+Green+Blue) = 202+96+224=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA60E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60E0 is #359F1F. Grayscale: #8D8D8D. Windows color (decimal): -3514144 or 14704842. OLE color: 14704842.

HSL color Cylindrical-coordinate representation of color #CA60E0: hue angle of 289.69º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA60E0 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 96 224 -
CMYK 0.10 0.57 0 0.12
HSL 289.69º 0.67% 0.63% -
HSV(B) 289.69º 0.57% 0.88% -
XYZ 41.99 26.3 73.38 -
YUV 142.29 174.12 170.59 -
System Red Green Blue C M Y K H S L
Decimal 202 96 224 0.10 0.57 0 0.12 289.69 0.67 0.63
Hex CA 60 E0 A 39 0 C 122 43 3F
Octal 312 140 340 12 71 0 14 442 103 77
Binary 11001010 1100000 11100000 1010 111001 0 1100 100100010 1000011 111111

Color Harmonies of #CA60E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA60E0

Black with #CA60E0

Text Example


Text Example

White with #CA60E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA60E0; }

 p { color: rgb(202,96,224); }

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

background-color css

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

 a { background-color: rgb(202,96,224); }

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

border-color css

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

 span { border-color: rgb(202,96,224); }

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