Html Css Color HEX #C27DBF Orchid

📋 copy color: '#C27DBF'

red 194 ◦ green 125 ◦ blue 191

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

Shades of Orchid #C27DBF

Tints of Orchid #C27DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.51%

 BLUE value IS 191 (75% from 255) = 37.45%

R = 38.04%
G = 24.51%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C27DBF (or 0xC27DBF) is known color: Orchid. HEX triplet: C2, 7D and BF. RGB value is (194,125,191). Sum of RGB (Red+Green+Blue) = 194+125+191=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DBF is #3D8240. Grayscale: #989898. Windows color (decimal): -4031041 or 12549570. OLE color: 12549570.

HSL color Cylindrical-coordinate representation of color #C27DBF: hue angle of 302.61º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27DBF is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 125 191 -
CMYK 0 0.36 0.02 0.24
HSL 302.61º 0.36% 0.63% -
HSV(B) 302.61º 0.36% 0.76% -
XYZ 38.99 29.9 53.01 -
YUV 153.16 149.36 157.13 -
System Red Green Blue C M Y K H S L
Decimal 194 125 191 0 0.36 0.02 0.24 302.61 0.36 0.63
Hex C2 7D BF 0 24 2 18 12F 24 3F
Octal 302 175 277 0 44 2 30 457 44 77
Binary 11000010 1111101 10111111 0 100100 10 11000 100101111 100100 111111

Color Harmonies of #C27DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DBF

Black with #C27DBF

Text Example


Text Example

White with #C27DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DBF; }

 p { color: rgb(194,125,191); }

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

background-color css

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

 a { background-color: rgb(194,125,191); }

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

border-color css

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

 span { border-color: rgb(194,125,191); }

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