Html Css Color HEX #C27BC9 Orchid

📋 copy color: '#C27BC9'

red 194 ◦ green 123 ◦ blue 201

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

Shades of Orchid #C27BC9

Tints of Orchid #C27BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.8%

R = 37.45%
G = 23.75%
B = 38.8%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C27BC9 (or 0xC27BC9) is known color: Orchid. HEX triplet: C2, 7B and C9. RGB value is (194,123,201). Sum of RGB (Red+Green+Blue) = 194+123+201=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #C27BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BC9 is #3D8436. Grayscale: #989898. Windows color (decimal): -4031543 or 13204418. OLE color: 13204418.

HSL color Cylindrical-coordinate representation of color #C27BC9: hue angle of 294.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27BC9 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 123 201 -
CMYK 0.03 0.39 0 0.21
HSL 294.62º 0.42% 0.64% -
HSV(B) 294.62º 0.39% 0.79% -
XYZ 39.87 29.85 58.92 -
YUV 153.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 194 123 201 0.03 0.39 0 0.21 294.62 0.42 0.64
Hex C2 7B C9 3 27 0 15 127 2A 40
Octal 302 173 311 3 47 0 25 447 52 100
Binary 11000010 1111011 11001001 11 100111 0 10101 100100111 101010 1000000

Color Harmonies of #C27BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27BC9

Black with #C27BC9

Text Example


Text Example

White with #C27BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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