Html Css Color HEX #C27AD4 Orchid

📋 copy color: '#C27AD4'

red 194 ◦ green 122 ◦ blue 212

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

Shades of Orchid #C27AD4

Tints of Orchid #C27AD4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.11%

 BLUE value IS 212 (83.2% from 255) = 40.15%

R = 36.74%
G = 23.11%
B = 40.15%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C27AD4 (or 0xC27AD4) is known color: Orchid. HEX triplet: C2, 7A and D4. RGB value is (194,122,212). Sum of RGB (Red+Green+Blue) = 194+122+212=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #C27AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AD4 is #3D852B. Grayscale: #999999. Windows color (decimal): -4031788 or 13925058. OLE color: 13925058.

HSL color Cylindrical-coordinate representation of color #C27AD4: hue angle of 288º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27AD4 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 122 212 -
CMYK 0.08 0.42 0 0.17
HSL 288º 0.51% 0.65% -
HSV(B) 288º 0.42% 0.83% -
XYZ 41.09 30.14 65.94 -
YUV 153.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 194 122 212 0.08 0.42 0 0.17 288 0.51 0.65
Hex C2 7A D4 8 2A 0 11 120 33 41
Octal 302 172 324 10 52 0 21 440 63 101
Binary 11000010 1111010 11010100 1000 101010 0 10001 100100000 110011 1000001

Color Harmonies of #C27AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27AD4

Black with #C27AD4

Text Example


Text Example

White with #C27AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27AD4; }

 p { color: rgb(194,122,212); }

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

background-color css

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

 a { background-color: rgb(194,122,212); }

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

border-color css

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

 span { border-color: rgb(194,122,212); }

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