Html Css Color HEX #CA33EF Medium Orchid

📋 copy color: '#CA33EF'

red 202 ◦ green 51 ◦ blue 239

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

Shades of Medium Orchid #CA33EF

Tints of Medium Orchid #CA33EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.58%

R = 41.06%
G = 10.37%
B = 48.58%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA33EF (or 0xCA33EF) is known color: Medium Orchid. HEX triplet: CA, 33 and EF. RGB value is (202,51,239). Sum of RGB (Red+Green+Blue) = 202+51+239=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA33EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA33EF is #35CC10. Grayscale: #747474. Windows color (decimal): -3525649 or 15676362. OLE color: 15676362.

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

Color convert

RGB 202 51 239 -
CMYK 0.15 0.79 0 0.06
HSL 288.19º 0.85% 0.57% -
HSV(B) 288.19º 0.79% 0.94% -
XYZ 41.12 21.16 83.58 -
YUV 117.58 196.53 188.21 -
System Red Green Blue C M Y K H S L
Decimal 202 51 239 0.15 0.79 0 0.06 288.19 0.85 0.57
Hex CA 33 EF F 4F 0 6 120 55 39
Octal 312 63 357 17 117 0 6 440 125 71
Binary 11001010 110011 11101111 1111 1001111 0 110 100100000 1010101 111001

Color Harmonies of #CA33EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA33EF

Black with #CA33EF

Text Example


Text Example

White with #CA33EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA33EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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