Html Css Color HEX #CA62D5 Medium Orchid

📋 copy color: '#CA62D5'

red 202 ◦ green 98 ◦ blue 213

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

Shades of Medium Orchid #CA62D5

Tints of Medium Orchid #CA62D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.52%

R = 39.38%
G = 19.1%
B = 41.52%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA62D5 (or 0xCA62D5) is known color: Medium Orchid. HEX triplet: CA, 62 and D5. RGB value is (202,98,213). Sum of RGB (Red+Green+Blue) = 202+98+213=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA62D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62D5 is #359D2A. Grayscale: #8D8D8D. Windows color (decimal): -3513643 or 13984458. OLE color: 13984458.

HSL color Cylindrical-coordinate representation of color #CA62D5: hue angle of 294.26º degrees, saturation: 0.58, 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 #CA62D5 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 98 213 -
CMYK 0.05 0.54 0 0.16
HSL 294.26º 0.58% 0.61% -
HSV(B) 294.26º 0.54% 0.84% -
XYZ 40.74 26.1 65.84 -
YUV 142.21 167.96 170.65 -
System Red Green Blue C M Y K H S L
Decimal 202 98 213 0.05 0.54 0 0.16 294.26 0.58 0.61
Hex CA 62 D5 5 36 0 10 126 3A 3D
Octal 312 142 325 5 66 0 20 446 72 75
Binary 11001010 1100010 11010101 101 110110 0 10000 100100110 111010 111101

Color Harmonies of #CA62D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA62D5

Black with #CA62D5

Text Example


Text Example

White with #CA62D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA62D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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