Html Css Color HEX #CA3FFC Medium Orchid

📋 copy color: '#CA3FFC'

red 202 ◦ green 63 ◦ blue 252

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

Shades of Medium Orchid #CA3FFC

Tints of Medium Orchid #CA3FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.19%

 BLUE value IS 252 (98.83% from 255) = 48.74%

R = 39.07%
G = 12.19%
B = 48.74%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA3FFC (or 0xCA3FFC) is known color: Medium Orchid. HEX triplet: CA, 3F and FC. RGB value is (202,63,252). Sum of RGB (Red+Green+Blue) = 202+63+252=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 63 (25% from 255 or 12.19% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA3FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3FFC is #35C003. Grayscale: #7D7D7D. Windows color (decimal): -3522564 or 16531402. OLE color: 16531402.

HSL color Cylindrical-coordinate representation of color #CA3FFC: hue angle of 284.13º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3FFC is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 63 252 -
CMYK 0.20 0.75 0 0.01
HSL 284.13º 0.97% 0.62% -
HSV(B) 284.13º 0.75% 0.99% -
XYZ 43.71 23.14 94.26 -
YUV 126.11 199.05 182.13 -
System Red Green Blue C M Y K H S L
Decimal 202 63 252 0.20 0.75 0 0.01 284.13 0.97 0.62
Hex CA 3F FC 14 4B 0 1 11C 61 3E
Octal 312 77 374 24 113 0 1 434 141 76
Binary 11001010 111111 11111100 10100 1001011 0 1 100011100 1100001 111110

Color Harmonies of #CA3FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3FFC

Black with #CA3FFC

Text Example


Text Example

White with #CA3FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3FFC; }

 p { color: rgb(202,63,252); }

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

background-color css

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

 a { background-color: rgb(202,63,252); }

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

border-color css

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

 span { border-color: rgb(202,63,252); }

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