Html Css Color HEX #C27FCD Orchid

📋 copy color: '#C27FCD'

red 194 ◦ green 127 ◦ blue 205

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

Shades of Orchid #C27FCD

Tints of Orchid #C27FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 24.14%

 BLUE value IS 205 (80.47% from 255) = 38.97%

R = 36.88%
G = 24.14%
B = 38.97%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C27FCD (or 0xC27FCD) is known color: Orchid. HEX triplet: C2, 7F and CD. RGB value is (194,127,205). Sum of RGB (Red+Green+Blue) = 194+127+205=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #C27FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FCD is #3D8032. Grayscale: #9B9B9B. Windows color (decimal): -4030515 or 13467586. OLE color: 13467586.

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

Color convert

RGB 194 127 205 -
CMYK 0.05 0.38 0 0.20
HSL 291.54º 0.44% 0.65% -
HSV(B) 291.54º 0.38% 0.8% -
XYZ 40.86 31.06 61.6 -
YUV 155.93 155.7 155.16 -
System Red Green Blue C M Y K H S L
Decimal 194 127 205 0.05 0.38 0 0.20 291.54 0.44 0.65
Hex C2 7F CD 5 26 0 14 124 2C 41
Octal 302 177 315 5 46 0 24 444 54 101
Binary 11000010 1111111 11001101 101 100110 0 10100 100100100 101100 1000001

Color Harmonies of #C27FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27FCD

Black with #C27FCD

Text Example


Text Example

White with #C27FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27FCD; }

 p { color: rgb(194,127,205); }

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

background-color css

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

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

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

border-color css

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

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

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