Html Css Color HEX #CA45D7 Medium Orchid

📋 copy color: '#CA45D7'

red 202 ◦ green 69 ◦ blue 215

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

Shades of Medium Orchid #CA45D7

Tints of Medium Orchid #CA45D7

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.2%

 BLUE value IS 215 (84.38% from 255) = 44.24%

R = 41.56%
G = 14.2%
B = 44.24%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA45D7 (or 0xCA45D7) is known color: Medium Orchid. HEX triplet: CA, 45 and D7. RGB value is (202,69,215). Sum of RGB (Red+Green+Blue) = 202+69+215=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA45D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA45D7 is #35BA28. Grayscale: #7C7C7C. Windows color (decimal): -3521065 or 14108106. OLE color: 14108106.

HSL color Cylindrical-coordinate representation of color #CA45D7: hue angle of 294.66º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA45D7 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 69 215 -
CMYK 0.06 0.68 0 0.16
HSL 294.66º 0.65% 0.56% -
HSV(B) 294.66º 0.68% 0.84% -
XYZ 38.75 21.72 66.44 -
YUV 125.41 178.56 182.63 -
System Red Green Blue C M Y K H S L
Decimal 202 69 215 0.06 0.68 0 0.16 294.66 0.65 0.56
Hex CA 45 D7 6 44 0 10 127 41 38
Octal 312 105 327 6 104 0 20 447 101 70
Binary 11001010 1000101 11010111 110 1000100 0 10000 100100111 1000001 111000

Color Harmonies of #CA45D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA45D7

Black with #CA45D7

Text Example


Text Example

White with #CA45D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA45D7; }

 p { color: rgb(202,69,215); }

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

background-color css

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

 a { background-color: rgb(202,69,215); }

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

border-color css

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

 span { border-color: rgb(202,69,215); }

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