Html Css Color HEX #C27CBE Orchid

📋 copy color: '#C27CBE'

red 194 ◦ green 124 ◦ blue 190

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

Shades of Orchid #C27CBE

Tints of Orchid #C27CBE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.41%

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 38.19%
G = 24.41%
B = 37.4%

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

#C27CBE (or 0xC27CBE) is known color: Orchid. HEX triplet: C2, 7C and BE. RGB value is (194,124,190). Sum of RGB (Red+Green+Blue) = 194+124+190=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C27CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CBE is #3D8341. Grayscale: #989898. Windows color (decimal): -4031298 or 12483778. OLE color: 12483778.

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

Color convert

RGB 194 124 190 -
CMYK 0 0.36 0.02 0.24
HSL 303.43º 0.36% 0.62% -
HSV(B) 303.43º 0.36% 0.76% -
XYZ 38.75 29.6 52.39 -
YUV 152.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 194 124 190 0 0.36 0.02 0.24 303.43 0.36 0.62
Hex C2 7C BE 0 24 2 18 12F 24 3E
Octal 302 174 276 0 44 2 30 457 44 76
Binary 11000010 1111100 10111110 0 100100 10 11000 100101111 100100 111110

Color Harmonies of #C27CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CBE

Black with #C27CBE

Text Example


Text Example

White with #C27CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CBE; }

 p { color: rgb(194,124,190); }

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

background-color css

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

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

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

border-color css

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

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

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