Html Css Color HEX #CA44FA Medium Orchid

📋 copy color: '#CA44FA'

red 202 ◦ green 68 ◦ blue 250

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

Shades of Medium Orchid #CA44FA

Tints of Medium Orchid #CA44FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.08%

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

R = 38.85%
G = 13.08%
B = 48.08%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA44FA (or 0xCA44FA) is known color: Medium Orchid. HEX triplet: CA, 44 and FA. RGB value is (202,68,250). Sum of RGB (Red+Green+Blue) = 202+68+250=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA44FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA44FA is #35BB05. Grayscale: #808080. Windows color (decimal): -3521286 or 16401610. OLE color: 16401610.

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

Color convert

RGB 202 68 250 -
CMYK 0.19 0.73 0 0.02
HSL 284.18º 0.95% 0.62% -
HSV(B) 284.18º 0.73% 0.98% -
XYZ 43.68 23.59 92.69 -
YUV 128.81 196.39 180.2 -
System Red Green Blue C M Y K H S L
Decimal 202 68 250 0.19 0.73 0 0.02 284.18 0.95 0.62
Hex CA 44 FA 13 49 0 2 11C 5F 3E
Octal 312 104 372 23 111 0 2 434 137 76
Binary 11001010 1000100 11111010 10011 1001001 0 10 100011100 1011111 111110

Color Harmonies of #CA44FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA44FA

Black with #CA44FA

Text Example


Text Example

White with #CA44FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA44FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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