Html Css Color HEX #C27BDC Orchid

📋 copy color: '#C27BDC'

red 194 ◦ green 123 ◦ blue 220

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

Shades of Orchid #C27BDC

Tints of Orchid #C27BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 36.13%
G = 22.91%
B = 40.97%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C27BDC (or 0xC27BDC) is known color: Orchid. HEX triplet: C2, 7B and DC. RGB value is (194,123,220). Sum of RGB (Red+Green+Blue) = 194+123+220=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #C27BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BDC is #3D8423. Grayscale: #9A9A9A. Windows color (decimal): -4031524 or 14449602. OLE color: 14449602.

HSL color Cylindrical-coordinate representation of color #C27BDC: hue angle of 283.92º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C27BDC is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 123 220 -
CMYK 0.12 0.44 0 0.14
HSL 283.92º 0.58% 0.67% -
HSV(B) 283.92º 0.44% 0.86% -
XYZ 42.25 30.8 71.43 -
YUV 155.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 194 123 220 0.12 0.44 0 0.14 283.92 0.58 0.67
Hex C2 7B DC C 2C 0 E 11C 3A 43
Octal 302 173 334 14 54 0 16 434 72 103
Binary 11000010 1111011 11011100 1100 101100 0 1110 100011100 111010 1000011

Color Harmonies of #C27BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27BDC

Black with #C27BDC

Text Example


Text Example

White with #C27BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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