Html Css Color HEX #C245DA Medium Orchid

📋 copy color: '#C245DA'

red 194 ◦ green 69 ◦ blue 218

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

Shades of Medium Orchid #C245DA

Tints of Medium Orchid #C245DA

RGB

 RED value IS 194 (76.17% from 255) = 40.33%

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 40.33%
G = 14.35%
B = 45.32%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C245DA (or 0xC245DA) is known color: Medium Orchid. HEX triplet: C2, 45 and DA. RGB value is (194,69,218). Sum of RGB (Red+Green+Blue) = 194+69+218=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #C245DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245DA is #3DBA25. Grayscale: #7A7A7A. Windows color (decimal): -4045350 or 14304706. OLE color: 14304706.

HSL color Cylindrical-coordinate representation of color #C245DA: hue angle of 290.34º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C245DA is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 69 218 -
CMYK 0.11 0.68 0 0.15
HSL 290.34º 0.67% 0.56% -
HSV(B) 290.34º 0.68% 0.85% -
XYZ 37.03 20.79 68.39 -
YUV 123.36 181.41 178.38 -
System Red Green Blue C M Y K H S L
Decimal 194 69 218 0.11 0.68 0 0.15 290.34 0.67 0.56
Hex C2 45 DA B 44 0 F 122 43 38
Octal 302 105 332 13 104 0 17 442 103 70
Binary 11000010 1000101 11011010 1011 1000100 0 1111 100100010 1000011 111000

Color Harmonies of #C245DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245DA

Black with #C245DA

Text Example


Text Example

White with #C245DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245DA; }

 p { color: rgb(194,69,218); }

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

background-color css

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

 a { background-color: rgb(194,69,218); }

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

border-color css

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

 span { border-color: rgb(194,69,218); }

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