Html Css Color HEX #CA4AD7 Medium Orchid

📋 copy color: '#CA4AD7'

red 202 ◦ green 74 ◦ blue 215

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

Shades of Medium Orchid #CA4AD7

Tints of Medium Orchid #CA4AD7

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.07%

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

R = 41.14%
G = 15.07%
B = 43.79%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA4AD7 (or 0xCA4AD7) is known color: Medium Orchid. HEX triplet: CA, 4A and D7. RGB value is (202,74,215). Sum of RGB (Red+Green+Blue) = 202+74+215=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA4AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4AD7 is #35B528. Grayscale: #7F7F7F. Windows color (decimal): -3519785 or 14109386. OLE color: 14109386.

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

Color convert

RGB 202 74 215 -
CMYK 0.06 0.66 0 0.16
HSL 294.47º 0.64% 0.57% -
HSV(B) 294.47º 0.66% 0.84% -
XYZ 39.07 22.36 66.55 -
YUV 128.35 176.91 180.54 -
System Red Green Blue C M Y K H S L
Decimal 202 74 215 0.06 0.66 0 0.16 294.47 0.64 0.57
Hex CA 4A D7 6 42 0 10 126 40 39
Octal 312 112 327 6 102 0 20 446 100 71
Binary 11001010 1001010 11010111 110 1000010 0 10000 100100110 1000000 111001

Color Harmonies of #CA4AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4AD7

Black with #CA4AD7

Text Example


Text Example

White with #CA4AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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