Html Css Color HEX #C27DC2 Orchid

📋 copy color: '#C27DC2'

red 194 ◦ green 125 ◦ blue 194

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

Shades of Orchid #C27DC2

Tints of Orchid #C27DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.82%

R = 37.82%
G = 24.37%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C27DC2 (or 0xC27DC2) is known color: Orchid. HEX triplet: C2, 7D and C2. RGB value is (194,125,194). Sum of RGB (Red+Green+Blue) = 194+125+194=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C27DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DC2 is #3D823D. Grayscale: #999999. Windows color (decimal): -4031038 or 12746178. OLE color: 12746178.

HSL color Cylindrical-coordinate representation of color #C27DC2: hue angle of 300º 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 #C27DC2 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 125 194 -
CMYK 0 0.36 0 0.24
HSL 300º 0.36% 0.63% -
HSV(B) 300º 0.36% 0.76% -
XYZ 39.32 30.03 54.76 -
YUV 153.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 194 125 194 0 0.36 0 0.24 300 0.36 0.63
Hex C2 7D C2 0 24 0 18 12C 24 3F
Octal 302 175 302 0 44 0 30 454 44 77
Binary 11000010 1111101 11000010 0 100100 0 11000 100101100 100100 111111

Color Harmonies of #C27DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DC2

Black with #C27DC2

Text Example


Text Example

White with #C27DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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