Html Css Color HEX #CA33F5 Medium Orchid

📋 copy color: '#CA33F5'

red 202 ◦ green 51 ◦ blue 245

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

Shades of Medium Orchid #CA33F5

Tints of Medium Orchid #CA33F5

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.24%

 BLUE value IS 245 (96.09% from 255) = 49.2%

R = 40.56%
G = 10.24%
B = 49.2%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA33F5 (or 0xCA33F5) is known color: Medium Orchid. HEX triplet: CA, 33 and F5. RGB value is (202,51,245). Sum of RGB (Red+Green+Blue) = 202+51+245=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA33F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA33F5 is #35CC0A. Grayscale: #757575. Windows color (decimal): -3525643 or 16069578. OLE color: 16069578.

HSL color Cylindrical-coordinate representation of color #CA33F5: hue angle of 286.7º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA33F5 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 51 245 -
CMYK 0.18 0.79 0 0.04
HSL 286.7º 0.91% 0.58% -
HSV(B) 286.7º 0.79% 0.96% -
XYZ 42.02 21.52 88.32 -
YUV 118.27 199.53 187.73 -
System Red Green Blue C M Y K H S L
Decimal 202 51 245 0.18 0.79 0 0.04 286.7 0.91 0.58
Hex CA 33 F5 12 4F 0 4 11F 5B 3A
Octal 312 63 365 22 117 0 4 437 133 72
Binary 11001010 110011 11110101 10010 1001111 0 100 100011111 1011011 111010

Color Harmonies of #CA33F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA33F5

Black with #CA33F5

Text Example


Text Example

White with #CA33F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA33F5; }

 p { color: rgb(202,51,245); }

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

background-color css

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

 a { background-color: rgb(202,51,245); }

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

border-color css

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

 span { border-color: rgb(202,51,245); }

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