Html Css Color HEX #C27FCC Orchid

📋 copy color: '#C27FCC'

red 194 ◦ green 127 ◦ blue 204

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

Shades of Orchid #C27FCC

Tints of Orchid #C27FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 36.95%
G = 24.19%
B = 38.86%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C27FCC (or 0xC27FCC) is known color: Orchid. HEX triplet: C2, 7F and CC. RGB value is (194,127,204). Sum of RGB (Red+Green+Blue) = 194+127+204=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #C27FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FCC is #3D8033. Grayscale: #9B9B9B. Windows color (decimal): -4030516 or 13402050. OLE color: 13402050.

HSL color Cylindrical-coordinate representation of color #C27FCC: hue angle of 292.21º degrees, saturation: 0.43, 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 #C27FCC is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 127 204 -
CMYK 0.05 0.38 0 0.2
HSL 292.21º 0.43% 0.65% -
HSV(B) 292.21º 0.38% 0.8% -
XYZ 40.74 31.01 60.96 -
YUV 155.81 155.2 155.24 -
System Red Green Blue C M Y K H S L
Decimal 194 127 204 0.05 0.38 0 0.2 292.21 0.43 0.65
Hex C2 7F CC 5 26 0 14 124 2B 41
Octal 302 177 314 5 46 0 24 444 53 101
Binary 11000010 1111111 11001100 101 100110 0 10100 100100100 101011 1000001

Color Harmonies of #C27FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27FCC

Black with #C27FCC

Text Example


Text Example

White with #C27FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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