Html Css Color HEX #CA60D6 Medium Orchid

📋 copy color: '#CA60D6'

red 202 ◦ green 96 ◦ blue 214

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

Shades of Medium Orchid #CA60D6

Tints of Medium Orchid #CA60D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 39.45%
G = 18.75%
B = 41.8%

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

#CA60D6 (or 0xCA60D6) is known color: Medium Orchid. HEX triplet: CA, 60 and D6. RGB value is (202,96,214). Sum of RGB (Red+Green+Blue) = 202+96+214=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA60D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60D6 is #359F29. Grayscale: #8C8C8C. Windows color (decimal): -3514154 or 14049482. OLE color: 14049482.

HSL color Cylindrical-coordinate representation of color #CA60D6: hue angle of 293.9º degrees, saturation: 0.59, 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 #CA60D6 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 96 214 -
CMYK 0.06 0.55 0 0.16
HSL 293.9º 0.59% 0.61% -
HSV(B) 293.9º 0.55% 0.84% -
XYZ 40.68 25.78 66.45 -
YUV 141.15 169.12 171.41 -
System Red Green Blue C M Y K H S L
Decimal 202 96 214 0.06 0.55 0 0.16 293.9 0.59 0.61
Hex CA 60 D6 6 37 0 10 126 3B 3D
Octal 312 140 326 6 67 0 20 446 73 75
Binary 11001010 1100000 11010110 110 110111 0 10000 100100110 111011 111101

Color Harmonies of #CA60D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA60D6

Black with #CA60D6

Text Example


Text Example

White with #CA60D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA60D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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