Html Css Color HEX #C27ABF Orchid

📋 copy color: '#C27ABF'

red 194 ◦ green 122 ◦ blue 191

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

Shades of Orchid #C27ABF

Tints of Orchid #C27ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.67%

R = 38.26%
G = 24.06%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C27ABF (or 0xC27ABF) is known color: Orchid. HEX triplet: C2, 7A and BF. RGB value is (194,122,191). Sum of RGB (Red+Green+Blue) = 194+122+191=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C27ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ABF is #3D8540. Grayscale: #979797. Windows color (decimal): -4031809 or 12548802. OLE color: 12548802.

HSL color Cylindrical-coordinate representation of color #C27ABF: hue angle of 302.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27ABF is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 122 191 -
CMYK 0 0.37 0.02 0.24
HSL 302.5º 0.37% 0.62% -
HSV(B) 302.5º 0.37% 0.76% -
XYZ 38.61 29.15 52.88 -
YUV 151.39 150.35 158.39 -
System Red Green Blue C M Y K H S L
Decimal 194 122 191 0 0.37 0.02 0.24 302.5 0.37 0.62
Hex C2 7A BF 0 25 2 18 12E 25 3E
Octal 302 172 277 0 45 2 30 456 45 76
Binary 11000010 1111010 10111111 0 100101 10 11000 100101110 100101 111110

Color Harmonies of #C27ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27ABF

Black with #C27ABF

Text Example


Text Example

White with #C27ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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