Html Css Color HEX #CA3CFC Medium Orchid

📋 copy color: '#CA3CFC'

red 202 ◦ green 60 ◦ blue 252

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

Shades of Medium Orchid #CA3CFC

Tints of Medium Orchid #CA3CFC

RGB

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

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

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

R = 39.3%
G = 11.67%
B = 49.03%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA3CFC (or 0xCA3CFC) is known color: Medium Orchid. HEX triplet: CA, 3C and FC. RGB value is (202,60,252). Sum of RGB (Red+Green+Blue) = 202+60+252=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 60 (23.83% from 255 or 11.67% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA3CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3CFC is #35C303. Grayscale: #7B7B7B. Windows color (decimal): -3523332 or 16530634. OLE color: 16530634.

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

Color convert

RGB 202 60 252 -
CMYK 0.20 0.76 0 0.01
HSL 284.38º 0.97% 0.61% -
HSV(B) 284.38º 0.76% 0.99% -
XYZ 43.54 22.82 94.2 -
YUV 124.35 200.04 183.39 -
System Red Green Blue C M Y K H S L
Decimal 202 60 252 0.20 0.76 0 0.01 284.38 0.97 0.61
Hex CA 3C FC 14 4C 0 1 11C 61 3D
Octal 312 74 374 24 114 0 1 434 141 75
Binary 11001010 111100 11111100 10100 1001100 0 1 100011100 1100001 111101

Color Harmonies of #CA3CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3CFC

Black with #CA3CFC

Text Example


Text Example

White with #CA3CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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