Html Css Color HEX #C233D7 Medium Orchid

📋 copy color: '#C233D7'

red 194 ◦ green 51 ◦ blue 215

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

Shades of Medium Orchid #C233D7

Tints of Medium Orchid #C233D7

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.09%

 BLUE value IS 215 (84.38% from 255) = 46.74%

R = 42.17%
G = 11.09%
B = 46.74%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C233D7 (or 0xC233D7) is known color: Medium Orchid. HEX triplet: C2, 33 and D7. RGB value is (194,51,215). Sum of RGB (Red+Green+Blue) = 194+51+215=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #C233D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233D7 is #3DCC28. Grayscale: #6F6F6F. Windows color (decimal): -4049961 or 14103490. OLE color: 14103490.

HSL color Cylindrical-coordinate representation of color #C233D7: hue angle of 292.32º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C233D7 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 51 215 -
CMYK 0.10 0.76 0 0.16
HSL 292.32º 0.67% 0.52% -
HSV(B) 292.32º 0.76% 0.84% -
XYZ 35.7 18.74 66.03 -
YUV 112.45 185.88 186.16 -
System Red Green Blue C M Y K H S L
Decimal 194 51 215 0.10 0.76 0 0.16 292.32 0.67 0.52
Hex C2 33 D7 A 4C 0 10 124 43 34
Octal 302 63 327 12 114 0 20 444 103 64
Binary 11000010 110011 11010111 1010 1001100 0 10000 100100100 1000011 110100

Color Harmonies of #C233D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C233D7

Black with #C233D7

Text Example


Text Example

White with #C233D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C233D7; }

 p { color: rgb(194,51,215); }

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

background-color css

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

 a { background-color: rgb(194,51,215); }

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

border-color css

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

 span { border-color: rgb(194,51,215); }

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