Html Css Color HEX #CA34F0 Medium Orchid

📋 copy color: '#CA34F0'

red 202 ◦ green 52 ◦ blue 240

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

Shades of Medium Orchid #CA34F0

Tints of Medium Orchid #CA34F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.58%

R = 40.89%
G = 10.53%
B = 48.58%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA34F0 (or 0xCA34F0) is known color: Medium Orchid. HEX triplet: CA, 34 and F0. RGB value is (202,52,240). Sum of RGB (Red+Green+Blue) = 202+52+240=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 52 (20.70% from 255 or 10.53% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA34F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA34F0 is #35CB0F. Grayscale: #757575. Windows color (decimal): -3525392 or 15742154. OLE color: 15742154.

HSL color Cylindrical-coordinate representation of color #CA34F0: hue angle of 287.87º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA34F0 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 52 240 -
CMYK 0.16 0.78 0 0.06
HSL 287.87º 0.86% 0.57% -
HSV(B) 287.87º 0.78% 0.94% -
XYZ 41.31 21.3 84.37 -
YUV 118.28 196.7 187.71 -
System Red Green Blue C M Y K H S L
Decimal 202 52 240 0.16 0.78 0 0.06 287.87 0.86 0.57
Hex CA 34 F0 10 4E 0 6 120 56 39
Octal 312 64 360 20 116 0 6 440 126 71
Binary 11001010 110100 11110000 10000 1001110 0 110 100100000 1010110 111001

Color Harmonies of #CA34F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA34F0

Black with #CA34F0

Text Example


Text Example

White with #CA34F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA34F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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