Html Css Color HEX #CA44DE Medium Orchid

📋 copy color: '#CA44DE'

red 202 ◦ green 68 ◦ blue 222

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

Shades of Medium Orchid #CA44DE

Tints of Medium Orchid #CA44DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 41.06%
G = 13.82%
B = 45.12%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA44DE (or 0xCA44DE) is known color: Medium Orchid. HEX triplet: CA, 44 and DE. RGB value is (202,68,222). Sum of RGB (Red+Green+Blue) = 202+68+222=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 68 (26.95% from 255 or 13.82% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA44DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA44DE is #35BB21. Grayscale: #7D7D7D. Windows color (decimal): -3521314 or 14566602. OLE color: 14566602.

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

Color convert

RGB 202 68 222 -
CMYK 0.09 0.69 0 0.13
HSL 292.21º 0.7% 0.57% -
HSV(B) 292.21º 0.69% 0.87% -
XYZ 39.61 21.96 71.26 -
YUV 125.62 182.39 182.48 -
System Red Green Blue C M Y K H S L
Decimal 202 68 222 0.09 0.69 0 0.13 292.21 0.7 0.57
Hex CA 44 DE 9 45 0 D 124 46 39
Octal 312 104 336 11 105 0 15 444 106 71
Binary 11001010 1000100 11011110 1001 1000101 0 1101 100100100 1000110 111001

Color Harmonies of #CA44DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA44DE

Black with #CA44DE

Text Example


Text Example

White with #CA44DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA44DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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