Html Css Color HEX #CA43FA Medium Orchid

📋 copy color: '#CA43FA'

red 202 ◦ green 67 ◦ blue 250

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

Shades of Medium Orchid #CA43FA

Tints of Medium Orchid #CA43FA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.91%

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

R = 38.92%
G = 12.91%
B = 48.17%

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

#CA43FA (or 0xCA43FA) is known color: Medium Orchid. HEX triplet: CA, 43 and FA. RGB value is (202,67,250). Sum of RGB (Red+Green+Blue) = 202+67+250=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 67 (26.56% from 255 or 12.91% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA43FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA43FA is #35BC05. Grayscale: #7F7F7F. Windows color (decimal): -3521542 or 16401354. OLE color: 16401354.

HSL color Cylindrical-coordinate representation of color #CA43FA: hue angle of 284.26º 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 #CA43FA is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 67 250 -
CMYK 0.19 0.73 0 0.02
HSL 284.26º 0.95% 0.62% -
HSV(B) 284.26º 0.73% 0.98% -
XYZ 43.62 23.47 92.67 -
YUV 128.23 196.73 180.62 -
System Red Green Blue C M Y K H S L
Decimal 202 67 250 0.19 0.73 0 0.02 284.26 0.95 0.62
Hex CA 43 FA 13 49 0 2 11C 5F 3E
Octal 312 103 372 23 111 0 2 434 137 76
Binary 11001010 1000011 11111010 10011 1001001 0 10 100011100 1011111 111110

Color Harmonies of #CA43FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA43FA

Black with #CA43FA

Text Example


Text Example

White with #CA43FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA43FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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