Html Css Color HEX #CA62D6 Medium Orchid

📋 copy color: '#CA62D6'

red 202 ◦ green 98 ◦ blue 214

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

Shades of Medium Orchid #CA62D6

Tints of Medium Orchid #CA62D6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.07%

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

R = 39.3%
G = 19.07%
B = 41.63%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA62D6 (or 0xCA62D6) is known color: Medium Orchid. HEX triplet: CA, 62 and D6. RGB value is (202,98,214). Sum of RGB (Red+Green+Blue) = 202+98+214=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA62D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62D6 is #359D29. Grayscale: #8D8D8D. Windows color (decimal): -3513642 or 14049994. OLE color: 14049994.

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

Color convert

RGB 202 98 214 -
CMYK 0.06 0.54 0 0.16
HSL 293.79º 0.59% 0.61% -
HSV(B) 293.79º 0.54% 0.84% -
XYZ 40.86 26.15 66.51 -
YUV 142.32 168.46 170.57 -
System Red Green Blue C M Y K H S L
Decimal 202 98 214 0.06 0.54 0 0.16 293.79 0.59 0.61
Hex CA 62 D6 6 36 0 10 126 3B 3D
Octal 312 142 326 6 66 0 20 446 73 75
Binary 11001010 1100010 11010110 110 110110 0 10000 100100110 111011 111101

Color Harmonies of #CA62D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA62D6

Black with #CA62D6

Text Example


Text Example

White with #CA62D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA62D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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