Html Css Color HEX #C27CDA Orchid

📋 copy color: '#C27CDA'

red 194 ◦ green 124 ◦ blue 218

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

Shades of Orchid #C27CDA

Tints of Orchid #C27CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.13%

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

R = 36.19%
G = 23.13%
B = 40.67%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C27CDA (or 0xC27CDA) is known color: Orchid. HEX triplet: C2, 7C and DA. RGB value is (194,124,218). Sum of RGB (Red+Green+Blue) = 194+124+218=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #C27CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CDA is #3D8325. Grayscale: #9B9B9B. Windows color (decimal): -4031270 or 14318786. OLE color: 14318786.

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

Color convert

RGB 194 124 218 -
CMYK 0.11 0.43 0 0.15
HSL 284.68º 0.56% 0.67% -
HSV(B) 284.68º 0.43% 0.85% -
XYZ 42.11 30.95 70.08 -
YUV 155.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 194 124 218 0.11 0.43 0 0.15 284.68 0.56 0.67
Hex C2 7C DA B 2B 0 F 11D 38 43
Octal 302 174 332 13 53 0 17 435 70 103
Binary 11000010 1111100 11011010 1011 101011 0 1111 100011101 111000 1000011

Color Harmonies of #C27CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CDA

Black with #C27CDA

Text Example


Text Example

White with #C27CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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