Html Css Color HEX #CA41FC Medium Orchid

📋 copy color: '#CA41FC'

red 202 ◦ green 65 ◦ blue 252

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

Shades of Medium Orchid #CA41FC

Tints of Medium Orchid #CA41FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.52%

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

R = 38.92%
G = 12.52%
B = 48.55%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA41FC (or 0xCA41FC) is known color: Medium Orchid. HEX triplet: CA, 41 and FC. RGB value is (202,65,252). Sum of RGB (Red+Green+Blue) = 202+65+252=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 65 (25.78% from 255 or 12.52% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA41FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA41FC is #35BE03. Grayscale: #7E7E7E. Windows color (decimal): -3522052 or 16531914. OLE color: 16531914.

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

Color convert

RGB 202 65 252 -
CMYK 0.20 0.74 0 0.01
HSL 283.96º 0.97% 0.62% -
HSV(B) 283.96º 0.74% 0.99% -
XYZ 43.82 23.37 94.3 -
YUV 127.28 198.39 181.29 -
System Red Green Blue C M Y K H S L
Decimal 202 65 252 0.20 0.74 0 0.01 283.96 0.97 0.62
Hex CA 41 FC 14 4A 0 1 11C 61 3E
Octal 312 101 374 24 112 0 1 434 141 76
Binary 11001010 1000001 11111100 10100 1001010 0 1 100011100 1100001 111110

Color Harmonies of #CA41FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA41FC

Black with #CA41FC

Text Example


Text Example

White with #CA41FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA41FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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