Html Css Color HEX #C274DA Medium Orchid

📋 copy color: '#C274DA'

red 194 ◦ green 116 ◦ blue 218

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

Shades of Medium Orchid #C274DA

Tints of Medium Orchid #C274DA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.97%

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

R = 36.74%
G = 21.97%
B = 41.29%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C274DA (or 0xC274DA) is known color: Medium Orchid. HEX triplet: C2, 74 and DA. RGB value is (194,116,218). Sum of RGB (Red+Green+Blue) = 194+116+218=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #C274DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274DA is #3D8B25. Grayscale: #969696. Windows color (decimal): -4033318 or 14316738. OLE color: 14316738.

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

Color convert

RGB 194 116 218 -
CMYK 0.11 0.47 0 0.15
HSL 285.88º 0.58% 0.65% -
HSV(B) 285.88º 0.47% 0.85% -
XYZ 41.15 29.02 69.76 -
YUV 150.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 194 116 218 0.11 0.47 0 0.15 285.88 0.58 0.65
Hex C2 74 DA B 2F 0 F 11E 3A 41
Octal 302 164 332 13 57 0 17 436 72 101
Binary 11000010 1110100 11011010 1011 101111 0 1111 100011110 111010 1000001

Color Harmonies of #C274DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C274DA

Black with #C274DA

Text Example


Text Example

White with #C274DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C274DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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