Html Css Color HEX #CA63D8 Medium Orchid

📋 copy color: '#CA63D8'

red 202 ◦ green 99 ◦ blue 216

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

Shades of Medium Orchid #CA63D8

Tints of Medium Orchid #CA63D8

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.15%

 BLUE value IS 216 (84.77% from 255) = 41.78%

R = 39.07%
G = 19.15%
B = 41.78%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA63D8 (or 0xCA63D8) is known color: Medium Orchid. HEX triplet: CA, 63 and D8. RGB value is (202,99,216). Sum of RGB (Red+Green+Blue) = 202+99+216=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA63D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63D8 is #359C27. Grayscale: #8E8E8E. Windows color (decimal): -3513384 or 14181322. OLE color: 14181322.

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

Color convert

RGB 202 99 216 -
CMYK 0.06 0.54 0 0.15
HSL 292.82º 0.6% 0.62% -
HSV(B) 292.82º 0.54% 0.85% -
XYZ 41.21 26.44 67.9 -
YUV 143.14 169.12 169.99 -
System Red Green Blue C M Y K H S L
Decimal 202 99 216 0.06 0.54 0 0.15 292.82 0.6 0.62
Hex CA 63 D8 6 36 0 F 125 3C 3E
Octal 312 143 330 6 66 0 17 445 74 76
Binary 11001010 1100011 11011000 110 110110 0 1111 100100101 111100 111110

Color Harmonies of #CA63D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63D8

Black with #CA63D8

Text Example


Text Example

White with #CA63D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63D8; }

 p { color: rgb(202,99,216); }

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

background-color css

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

 a { background-color: rgb(202,99,216); }

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

border-color css

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

 span { border-color: rgb(202,99,216); }

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