Html Css Color HEX #CA4DFA Medium Orchid

📋 copy color: '#CA4DFA'

red 202 ◦ green 77 ◦ blue 250

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

Shades of Medium Orchid #CA4DFA

Tints of Medium Orchid #CA4DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.56%

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 38.19%
G = 14.56%
B = 47.26%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA4DFA (or 0xCA4DFA) is known color: Medium Orchid. HEX triplet: CA, 4D and FA. RGB value is (202,77,250). Sum of RGB (Red+Green+Blue) = 202+77+250=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 77 (30.47% from 255 or 14.56% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA4DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4DFA is #35B205. Grayscale: #858585. Windows color (decimal): -3518982 or 16403914. OLE color: 16403914.

HSL color Cylindrical-coordinate representation of color #CA4DFA: hue angle of 283.35º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA4DFA is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 77 250 -
CMYK 0.19 0.69 0 0.02
HSL 283.35º 0.95% 0.64% -
HSV(B) 283.35º 0.69% 0.98% -
XYZ 44.27 24.77 92.89 -
YUV 134.1 193.41 176.43 -
System Red Green Blue C M Y K H S L
Decimal 202 77 250 0.19 0.69 0 0.02 283.35 0.95 0.64
Hex CA 4D FA 13 45 0 2 11B 5F 40
Octal 312 115 372 23 105 0 2 433 137 100
Binary 11001010 1001101 11111010 10011 1000101 0 10 100011011 1011111 1000000

Color Harmonies of #CA4DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4DFA

Black with #CA4DFA

Text Example


Text Example

White with #CA4DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4DFA; }

 p { color: rgb(202,77,250); }

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

background-color css

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

 a { background-color: rgb(202,77,250); }

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

border-color css

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

 span { border-color: rgb(202,77,250); }

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