Html Css Color HEX #C238DD Medium Orchid

📋 copy color: '#C238DD'

red 194 ◦ green 56 ◦ blue 221

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

Shades of Medium Orchid #C238DD

Tints of Medium Orchid #C238DD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.89%

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 41.19%
G = 11.89%
B = 46.92%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C238DD (or 0xC238DD) is known color: Medium Orchid. HEX triplet: C2, 38 and DD. RGB value is (194,56,221). Sum of RGB (Red+Green+Blue) = 194+56+221=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #C238DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C238DD is #3DC722. Grayscale: #737373. Windows color (decimal): -4048675 or 14497986. OLE color: 14497986.

HSL color Cylindrical-coordinate representation of color #C238DD: hue angle of 290.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C238DD is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 56 221 -
CMYK 0.12 0.75 0 0.13
HSL 290.18º 0.71% 0.54% -
HSV(B) 290.18º 0.75% 0.87% -
XYZ 36.71 19.52 70.24 -
YUV 116.07 187.22 183.58 -
System Red Green Blue C M Y K H S L
Decimal 194 56 221 0.12 0.75 0 0.13 290.18 0.71 0.54
Hex C2 38 DD C 4B 0 D 122 47 36
Octal 302 70 335 14 113 0 15 442 107 66
Binary 11000010 111000 11011101 1100 1001011 0 1101 100100010 1000111 110110

Color Harmonies of #C238DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C238DD

Black with #C238DD

Text Example


Text Example

White with #C238DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C238DD; }

 p { color: rgb(194,56,221); }

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

background-color css

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

 a { background-color: rgb(194,56,221); }

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

border-color css

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

 span { border-color: rgb(194,56,221); }

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