Html Css Color HEX #CA33F2 Medium Orchid

📋 copy color: '#CA33F2'

red 202 ◦ green 51 ◦ blue 242

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

Shades of Medium Orchid #CA33F2

Tints of Medium Orchid #CA33F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.89%

R = 40.81%
G = 10.3%
B = 48.89%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA33F2 (or 0xCA33F2) is known color: Medium Orchid. HEX triplet: CA, 33 and F2. RGB value is (202,51,242). Sum of RGB (Red+Green+Blue) = 202+51+242=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 51 (20.31% from 255 or 10.30% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA33F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA33F2 is #35CC0D. Grayscale: #757575. Windows color (decimal): -3525646 or 15872970. OLE color: 15872970.

HSL color Cylindrical-coordinate representation of color #CA33F2: hue angle of 287.43º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA33F2 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 51 242 -
CMYK 0.17 0.79 0 0.05
HSL 287.43º 0.88% 0.57% -
HSV(B) 287.43º 0.79% 0.95% -
XYZ 41.57 21.34 85.93 -
YUV 117.92 198.03 187.97 -
System Red Green Blue C M Y K H S L
Decimal 202 51 242 0.17 0.79 0 0.05 287.43 0.88 0.57
Hex CA 33 F2 11 4F 0 5 11F 58 39
Octal 312 63 362 21 117 0 5 437 130 71
Binary 11001010 110011 11110010 10001 1001111 0 101 100011111 1011000 111001

Color Harmonies of #CA33F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA33F2

Black with #CA33F2

Text Example


Text Example

White with #CA33F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA33F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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