Html Css Color HEX #C27DCD Orchid

📋 copy color: '#C27DCD'

red 194 ◦ green 125 ◦ blue 205

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

Shades of Orchid #C27DCD

Tints of Orchid #C27DCD

RGB

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

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

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

R = 37.02%
G = 23.85%
B = 39.12%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C27DCD (or 0xC27DCD) is known color: Orchid. HEX triplet: C2, 7D and CD. RGB value is (194,125,205). Sum of RGB (Red+Green+Blue) = 194+125+205=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #C27DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DCD is #3D8232. Grayscale: #9A9A9A. Windows color (decimal): -4031027 or 13467074. OLE color: 13467074.

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

Color convert

RGB 194 125 205 -
CMYK 0.05 0.39 0 0.20
HSL 291.75º 0.44% 0.65% -
HSV(B) 291.75º 0.39% 0.8% -
XYZ 40.6 30.54 61.51 -
YUV 154.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 194 125 205 0.05 0.39 0 0.20 291.75 0.44 0.65
Hex C2 7D CD 5 27 0 14 124 2C 41
Octal 302 175 315 5 47 0 24 444 54 101
Binary 11000010 1111101 11001101 101 100111 0 10100 100100100 101100 1000001

Color Harmonies of #C27DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DCD

Black with #C27DCD

Text Example


Text Example

White with #C27DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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