Html Css Color HEX #CA44EF Medium Orchid

📋 copy color: '#CA44EF'

red 202 ◦ green 68 ◦ blue 239

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

Shades of Medium Orchid #CA44EF

Tints of Medium Orchid #CA44EF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.36%

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

R = 39.69%
G = 13.36%
B = 46.95%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA44EF (or 0xCA44EF) is known color: Medium Orchid. HEX triplet: CA, 44 and EF. RGB value is (202,68,239). Sum of RGB (Red+Green+Blue) = 202+68+239=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 68 (26.95% from 255 or 13.36% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA44EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA44EF is #35BB10. Grayscale: #7F7F7F. Windows color (decimal): -3521297 or 15680714. OLE color: 15680714.

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

Color convert

RGB 202 68 239 -
CMYK 0.15 0.72 0 0.06
HSL 287.02º 0.84% 0.6% -
HSV(B) 287.02º 0.72% 0.94% -
XYZ 42 22.92 83.87 -
YUV 127.56 190.89 181.1 -
System Red Green Blue C M Y K H S L
Decimal 202 68 239 0.15 0.72 0 0.06 287.02 0.84 0.6
Hex CA 44 EF F 48 0 6 11F 54 3C
Octal 312 104 357 17 110 0 6 437 124 74
Binary 11001010 1000100 11101111 1111 1001000 0 110 100011111 1010100 111100

Color Harmonies of #CA44EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA44EF

Black with #CA44EF

Text Example


Text Example

White with #CA44EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA44EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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