Html Css Color HEX #CA62DA Medium Orchid

📋 copy color: '#CA62DA'

red 202 ◦ green 98 ◦ blue 218

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

Shades of Medium Orchid #CA62DA

Tints of Medium Orchid #CA62DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 39%
G = 18.92%
B = 42.08%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA62DA (or 0xCA62DA) is known color: Medium Orchid. HEX triplet: CA, 62 and DA. RGB value is (202,98,218). Sum of RGB (Red+Green+Blue) = 202+98+218=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA62DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62DA is #359D25. Grayscale: #8E8E8E. Windows color (decimal): -3513638 or 14312138. OLE color: 14312138.

HSL color Cylindrical-coordinate representation of color #CA62DA: hue angle of 292º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA62DA is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 98 218 -
CMYK 0.07 0.55 0 0.15
HSL 292º 0.62% 0.62% -
HSV(B) 292º 0.55% 0.85% -
XYZ 41.38 26.35 69.24 -
YUV 142.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 202 98 218 0.07 0.55 0 0.15 292 0.62 0.62
Hex CA 62 DA 7 37 0 F 124 3E 3E
Octal 312 142 332 7 67 0 17 444 76 76
Binary 11001010 1100010 11011010 111 110111 0 1111 100100100 111110 111110

Color Harmonies of #CA62DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA62DA

Black with #CA62DA

Text Example


Text Example

White with #CA62DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA62DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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