Html Css Color HEX #CA34F9 Medium Orchid

📋 copy color: '#CA34F9'

red 202 ◦ green 52 ◦ blue 249

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

Shades of Medium Orchid #CA34F9

Tints of Medium Orchid #CA34F9

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.34%

 BLUE value IS 249 (97.66% from 255) = 49.5%

R = 40.16%
G = 10.34%
B = 49.5%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA34F9 (or 0xCA34F9) is known color: Medium Orchid. HEX triplet: CA, 34 and F9. RGB value is (202,52,249). Sum of RGB (Red+Green+Blue) = 202+52+249=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 52 (20.70% from 255 or 10.34% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA34F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA34F9 is #35CB06. Grayscale: #767676. Windows color (decimal): -3525383 or 16331978. OLE color: 16331978.

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

Color convert

RGB 202 52 249 -
CMYK 0.19 0.79 0 0.02
HSL 285.69º 0.94% 0.59% -
HSV(B) 285.69º 0.79% 0.98% -
XYZ 42.68 21.85 91.59 -
YUV 119.31 201.2 186.98 -
System Red Green Blue C M Y K H S L
Decimal 202 52 249 0.19 0.79 0 0.02 285.69 0.94 0.59
Hex CA 34 F9 13 4F 0 2 11E 5E 3B
Octal 312 64 371 23 117 0 2 436 136 73
Binary 11001010 110100 11111001 10011 1001111 0 10 100011110 1011110 111011

Color Harmonies of #CA34F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA34F9

Black with #CA34F9

Text Example


Text Example

White with #CA34F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA34F9; }

 p { color: rgb(202,52,249); }

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

background-color css

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

 a { background-color: rgb(202,52,249); }

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

border-color css

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

 span { border-color: rgb(202,52,249); }

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