Html Css Color HEX #CA3CFE Medium Orchid

📋 copy color: '#CA3CFE'

red 202 ◦ green 60 ◦ blue 254

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

Shades of Medium Orchid #CA3CFE

Tints of Medium Orchid #CA3CFE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.63%

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 39.15%
G = 11.63%
B = 49.22%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA3CFE (or 0xCA3CFE) is known color: Medium Orchid. HEX triplet: CA, 3C and FE. RGB value is (202,60,254). Sum of RGB (Red+Green+Blue) = 202+60+254=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 60 (23.83% from 255 or 11.63% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA3CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3CFE is #35C301. Grayscale: #7B7B7B. Windows color (decimal): -3523330 or 16661706. OLE color: 16661706.

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

Color convert

RGB 202 60 254 -
CMYK 0.20 0.76 0 0.00
HSL 283.92º 0.99% 0.62% -
HSV(B) 283.92º 0.76% 1% -
XYZ 43.86 22.94 95.88 -
YUV 124.57 201.04 183.23 -
System Red Green Blue C M Y K H S L
Decimal 202 60 254 0.20 0.76 0 0.00 283.92 0.99 0.62
Hex CA 3C FE 14 4C 0 0 11C 63 3E
Octal 312 74 376 24 114 0 0 434 143 76
Binary 11001010 111100 11111110 10100 1001100 0 0 100011100 1100011 111110

Color Harmonies of #CA3CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3CFE

Black with #CA3CFE

Text Example


Text Example

White with #CA3CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3CFE; }

 p { color: rgb(202,60,254); }

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

background-color css

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

 a { background-color: rgb(202,60,254); }

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

border-color css

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

 span { border-color: rgb(202,60,254); }

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