Html Css Color HEX #CA4DED Medium Orchid

📋 copy color: '#CA4DED'

red 202 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #CA4DED

Tints of Medium Orchid #CA4DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.92%

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

R = 39.15%
G = 14.92%
B = 45.93%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA4DED (or 0xCA4DED) is known color: Medium Orchid. HEX triplet: CA, 4D and ED. RGB value is (202,77,237). Sum of RGB (Red+Green+Blue) = 202+77+237=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA4DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4DED is #35B212. Grayscale: #848484. Windows color (decimal): -3518995 or 15551946. OLE color: 15551946.

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

Color convert

RGB 202 77 237 -
CMYK 0.15 0.68 0 0.07
HSL 286.88º 0.82% 0.62% -
HSV(B) 286.88º 0.68% 0.93% -
XYZ 42.3 23.98 82.52 -
YUV 132.62 186.91 177.49 -
System Red Green Blue C M Y K H S L
Decimal 202 77 237 0.15 0.68 0 0.07 286.88 0.82 0.62
Hex CA 4D ED F 44 0 7 11F 52 3E
Octal 312 115 355 17 104 0 7 437 122 76
Binary 11001010 1001101 11101101 1111 1000100 0 111 100011111 1010010 111110

Color Harmonies of #CA4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4DED

Black with #CA4DED

Text Example


Text Example

White with #CA4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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