Html Css Color HEX #CA33DF Medium Orchid

📋 copy color: '#CA33DF'

red 202 ◦ green 51 ◦ blue 223

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

Shades of Medium Orchid #CA33DF

Tints of Medium Orchid #CA33DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 42.44%
G = 10.71%
B = 46.85%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA33DF (or 0xCA33DF) is known color: Medium Orchid. HEX triplet: CA, 33 and DF. RGB value is (202,51,223). Sum of RGB (Red+Green+Blue) = 202+51+223=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA33DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33DF is #35CC20. Grayscale: #737373. Windows color (decimal): -3525665 or 14627786. OLE color: 14627786.

HSL color Cylindrical-coordinate representation of color #CA33DF: hue angle of 292.67º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA33DF is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 51 223 -
CMYK 0.09 0.77 0 0.13
HSL 292.67º 0.73% 0.54% -
HSV(B) 292.67º 0.77% 0.87% -
XYZ 38.86 20.25 71.67 -
YUV 115.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 202 51 223 0.09 0.77 0 0.13 292.67 0.73 0.54
Hex CA 33 DF 9 4D 0 D 125 49 36
Octal 312 63 337 11 115 0 15 445 111 66
Binary 11001010 110011 11011111 1001 1001101 0 1101 100100101 1001001 110110

Color Harmonies of #CA33DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA33DF

Black with #CA33DF

Text Example


Text Example

White with #CA33DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA33DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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