Html Css Color HEX #CA3DED Medium Orchid

📋 copy color: '#CA3DED'

red 202 ◦ green 61 ◦ blue 237

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

Shades of Medium Orchid #CA3DED

Tints of Medium Orchid #CA3DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.2%

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

R = 40.4%
G = 12.2%
B = 47.4%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA3DED (or 0xCA3DED) is known color: Medium Orchid. HEX triplet: CA, 3D and ED. RGB value is (202,61,237). Sum of RGB (Red+Green+Blue) = 202+61+237=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 61 (24.22% from 255 or 12.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA3DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3DED is #35C212. Grayscale: #7A7A7A. Windows color (decimal): -3523091 or 15547850. OLE color: 15547850.

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

Color convert

RGB 202 61 237 -
CMYK 0.15 0.74 0 0.07
HSL 288.07º 0.83% 0.58% -
HSV(B) 288.07º 0.74% 0.93% -
XYZ 41.31 22.01 82.19 -
YUV 123.22 192.21 184.19 -
System Red Green Blue C M Y K H S L
Decimal 202 61 237 0.15 0.74 0 0.07 288.07 0.83 0.58
Hex CA 3D ED F 4A 0 7 120 53 3A
Octal 312 75 355 17 112 0 7 440 123 72
Binary 11001010 111101 11101101 1111 1001010 0 111 100100000 1010011 111010

Color Harmonies of #CA3DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3DED

Black with #CA3DED

Text Example


Text Example

White with #CA3DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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