Html Css Color HEX #C27DCB Orchid

📋 copy color: '#C27DCB'

red 194 ◦ green 125 ◦ blue 203

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

Shades of Orchid #C27DCB

Tints of Orchid #C27DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 37.16%
G = 23.95%
B = 38.89%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C27DCB (or 0xC27DCB) is known color: Orchid. HEX triplet: C2, 7D and CB. RGB value is (194,125,203). Sum of RGB (Red+Green+Blue) = 194+125+203=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #C27DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DCB is #3D8234. Grayscale: #9A9A9A. Windows color (decimal): -4031029 or 13336002. OLE color: 13336002.

HSL color Cylindrical-coordinate representation of color #C27DCB: hue angle of 293.08º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C27DCB is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 125 203 -
CMYK 0.04 0.38 0 0.20
HSL 293.08º 0.43% 0.64% -
HSV(B) 293.08º 0.38% 0.8% -
XYZ 40.36 30.45 60.25 -
YUV 154.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 194 125 203 0.04 0.38 0 0.20 293.08 0.43 0.64
Hex C2 7D CB 4 26 0 14 125 2B 40
Octal 302 175 313 4 46 0 24 445 53 100
Binary 11000010 1111101 11001011 100 100110 0 10100 100100101 101011 1000000

Color Harmonies of #C27DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DCB

Black with #C27DCB

Text Example


Text Example

White with #C27DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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