Html Css Color HEX #CA44FF Medium Orchid

📋 copy color: '#CA44FF'

red 202 ◦ green 68 ◦ blue 255

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

Shades of Medium Orchid #CA44FF

Tints of Medium Orchid #CA44FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.57%

R = 38.48%
G = 12.95%
B = 48.57%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA44FF (or 0xCA44FF) is known color: Medium Orchid. HEX triplet: CA, 44 and FF. RGB value is (202,68,255). Sum of RGB (Red+Green+Blue) = 202+68+255=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 68 (26.95% from 255 or 12.95% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA44FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA44FF is #35BB00. Grayscale: #808080. Windows color (decimal): -3521281 or 16729290. OLE color: 16729290.

HSL color Cylindrical-coordinate representation of color #CA44FF: hue angle of 282.99º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA44FF is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 68 255 -
CMYK 0.21 0.73 0 0
HSL 282.99º 1% 0.63% -
HSV(B) 282.99º 0.73% 1% -
XYZ 44.47 23.91 96.88 -
YUV 129.38 198.89 179.79 -
System Red Green Blue C M Y K H S L
Decimal 202 68 255 0.21 0.73 0 0 282.99 1 0.63
Hex CA 44 FF 15 49 0 0 11B 64 3F
Octal 312 104 377 25 111 0 0 433 144 77
Binary 11001010 1000100 11111111 10101 1001001 0 0 100011011 1100100 111111

Color Harmonies of #CA44FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA44FF

Black with #CA44FF

Text Example


Text Example

White with #CA44FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA44FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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