Html Css Color HEX #C27BCD Orchid

📋 copy color: '#C27BCD'

red 194 ◦ green 123 ◦ blue 205

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

Shades of Orchid #C27BCD

Tints of Orchid #C27BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.56%

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

R = 37.16%
G = 23.56%
B = 39.27%

CMYK

 C value IS 0.05

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C27BCD (or 0xC27BCD) is known color: Orchid. HEX triplet: C2, 7B and CD. RGB value is (194,123,205). Sum of RGB (Red+Green+Blue) = 194+123+205=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #C27BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BCD is #3D8432. Grayscale: #999999. Windows color (decimal): -4031539 or 13466562. OLE color: 13466562.

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

Color convert

RGB 194 123 205 -
CMYK 0.05 0.4 0 0.20
HSL 291.95º 0.45% 0.64% -
HSV(B) 291.95º 0.4% 0.8% -
XYZ 40.35 30.04 61.43 -
YUV 153.58 157.02 156.83 -
System Red Green Blue C M Y K H S L
Decimal 194 123 205 0.05 0.4 0 0.20 291.95 0.45 0.64
Hex C2 7B CD 5 28 0 14 124 2D 40
Octal 302 173 315 5 50 0 24 444 55 100
Binary 11000010 1111011 11001101 101 101000 0 10100 100100100 101101 1000000

Color Harmonies of #C27BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27BCD

Black with #C27BCD

Text Example


Text Example

White with #C27BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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