Html Css Color HEX #CA63EA Medium Orchid

📋 copy color: '#CA63EA'

red 202 ◦ green 99 ◦ blue 234

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

Shades of Medium Orchid #CA63EA

Tints of Medium Orchid #CA63EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.74%

R = 37.76%
G = 18.5%
B = 43.74%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA63EA (or 0xCA63EA) is known color: Medium Orchid. HEX triplet: CA, 63 and EA. RGB value is (202,99,234). Sum of RGB (Red+Green+Blue) = 202+99+234=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA63EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA63EA is #359C15. Grayscale: #909090. Windows color (decimal): -3513366 or 15360970. OLE color: 15360970.

HSL color Cylindrical-coordinate representation of color #CA63EA: hue angle of 285.78º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA63EA is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 99 234 -
CMYK 0.14 0.58 0 0.08
HSL 285.78º 0.76% 0.65% -
HSV(B) 285.78º 0.58% 0.92% -
XYZ 43.67 27.42 80.83 -
YUV 145.19 178.12 168.52 -
System Red Green Blue C M Y K H S L
Decimal 202 99 234 0.14 0.58 0 0.08 285.78 0.76 0.65
Hex CA 63 EA E 3A 0 8 11E 4C 41
Octal 312 143 352 16 72 0 10 436 114 101
Binary 11001010 1100011 11101010 1110 111010 0 1000 100011110 1001100 1000001

Color Harmonies of #CA63EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63EA

Black with #CA63EA

Text Example


Text Example

White with #CA63EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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