Html Css Color HEX #CA63E0 Medium Orchid

📋 copy color: '#CA63E0'

red 202 ◦ green 99 ◦ blue 224

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

Shades of Medium Orchid #CA63E0

Tints of Medium Orchid #CA63E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.67%

R = 38.48%
G = 18.86%
B = 42.67%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA63E0 (or 0xCA63E0) is known color: Medium Orchid. HEX triplet: CA, 63 and E0. RGB value is (202,99,224). Sum of RGB (Red+Green+Blue) = 202+99+224=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA63E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63E0 is #359C1F. Grayscale: #8F8F8F. Windows color (decimal): -3513376 or 14705610. OLE color: 14705610.

HSL color Cylindrical-coordinate representation of color #CA63E0: hue angle of 289.44º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA63E0 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 99 224 -
CMYK 0.10 0.56 0 0.12
HSL 289.44º 0.67% 0.63% -
HSV(B) 289.44º 0.56% 0.88% -
XYZ 42.27 26.86 73.48 -
YUV 144.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 202 99 224 0.10 0.56 0 0.12 289.44 0.67 0.63
Hex CA 63 E0 A 38 0 C 121 43 3F
Octal 312 143 340 12 70 0 14 441 103 77
Binary 11001010 1100011 11100000 1010 111000 0 1100 100100001 1000011 111111

Color Harmonies of #CA63E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63E0

Black with #CA63E0

Text Example


Text Example

White with #CA63E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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