Html Css Color HEX #C27CD1 Orchid

📋 copy color: '#C27CD1'

red 194 ◦ green 124 ◦ blue 209

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

Shades of Orchid #C27CD1

Tints of Orchid #C27CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.66%

R = 36.81%
G = 23.53%
B = 39.66%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C27CD1 (or 0xC27CD1) is known color: Orchid. HEX triplet: C2, 7C and D1. RGB value is (194,124,209). Sum of RGB (Red+Green+Blue) = 194+124+209=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #C27CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CD1 is #3D832E. Grayscale: #9A9A9A. Windows color (decimal): -4031279 or 13728962. OLE color: 13728962.

HSL color Cylindrical-coordinate representation of color #C27CD1: hue angle of 289.41º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27CD1 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 124 209 -
CMYK 0.07 0.41 0 0.18
HSL 289.41º 0.48% 0.65% -
HSV(B) 289.41º 0.41% 0.82% -
XYZ 40.96 30.49 64.05 -
YUV 154.62 158.69 156.09 -
System Red Green Blue C M Y K H S L
Decimal 194 124 209 0.07 0.41 0 0.18 289.41 0.48 0.65
Hex C2 7C D1 7 29 0 12 121 30 41
Octal 302 174 321 7 51 0 22 441 60 101
Binary 11000010 1111100 11010001 111 101001 0 10010 100100001 110000 1000001

Color Harmonies of #C27CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CD1

Black with #C27CD1

Text Example


Text Example

White with #C27CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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