Html Css Color HEX #CA44ED Medium Orchid

📋 copy color: '#CA44ED'

red 202 ◦ green 68 ◦ blue 237

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

Shades of Medium Orchid #CA44ED

Tints of Medium Orchid #CA44ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.75%

R = 39.84%
G = 13.41%
B = 46.75%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA44ED (or 0xCA44ED) is known color: Medium Orchid. HEX triplet: CA, 44 and ED. RGB value is (202,68,237). Sum of RGB (Red+Green+Blue) = 202+68+237=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 68 (26.95% from 255 or 13.41% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA44ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA44ED is #35BB12. Grayscale: #7E7E7E. Windows color (decimal): -3521299 or 15549642. OLE color: 15549642.

HSL color Cylindrical-coordinate representation of color #CA44ED: hue angle of 287.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA44ED is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 68 237 -
CMYK 0.15 0.71 0 0.07
HSL 287.57º 0.82% 0.6% -
HSV(B) 287.57º 0.71% 0.93% -
XYZ 41.71 22.81 82.32 -
YUV 127.33 189.89 181.26 -
System Red Green Blue C M Y K H S L
Decimal 202 68 237 0.15 0.71 0 0.07 287.57 0.82 0.6
Hex CA 44 ED F 47 0 7 120 52 3C
Octal 312 104 355 17 107 0 7 440 122 74
Binary 11001010 1000100 11101101 1111 1000111 0 111 100100000 1010010 111100

Color Harmonies of #CA44ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA44ED

Black with #CA44ED

Text Example


Text Example

White with #CA44ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA44ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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