Html Css Color HEX #C27BDA Orchid

📋 copy color: '#C27BDA'

red 194 ◦ green 123 ◦ blue 218

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

Shades of Orchid #C27BDA

Tints of Orchid #C27BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 36.26%
G = 22.99%
B = 40.75%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C27BDA (or 0xC27BDA) is known color: Orchid. HEX triplet: C2, 7B and DA. RGB value is (194,123,218). Sum of RGB (Red+Green+Blue) = 194+123+218=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #C27BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BDA is #3D8425. Grayscale: #9A9A9A. Windows color (decimal): -4031526 or 14318530. OLE color: 14318530.

HSL color Cylindrical-coordinate representation of color #C27BDA: hue angle of 284.84º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C27BDA is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 123 218 -
CMYK 0.11 0.44 0 0.15
HSL 284.84º 0.56% 0.67% -
HSV(B) 284.84º 0.44% 0.85% -
XYZ 41.99 30.7 70.04 -
YUV 155.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 194 123 218 0.11 0.44 0 0.15 284.84 0.56 0.67
Hex C2 7B DA B 2C 0 F 11D 38 43
Octal 302 173 332 13 54 0 17 435 70 103
Binary 11000010 1111011 11011010 1011 101100 0 1111 100011101 111000 1000011

Color Harmonies of #C27BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27BDA

Black with #C27BDA

Text Example


Text Example

White with #C27BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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