Html Css Color HEX #C27BBE Orchid

📋 copy color: '#C27BBE'

red 194 ◦ green 123 ◦ blue 190

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

Shades of Orchid #C27BBE

Tints of Orchid #C27BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 38.26%
G = 24.26%
B = 37.48%

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

#C27BBE (or 0xC27BBE) is known color: Orchid. HEX triplet: C2, 7B and BE. RGB value is (194,123,190). Sum of RGB (Red+Green+Blue) = 194+123+190=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BBE is #3D8441. Grayscale: #979797. Windows color (decimal): -4031554 or 12483522. OLE color: 12483522.

HSL color Cylindrical-coordinate representation of color #C27BBE: hue angle of 303.38º 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 #C27BBE is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 123 190 -
CMYK 0 0.37 0.02 0.24
HSL 303.38º 0.37% 0.62% -
HSV(B) 303.38º 0.37% 0.76% -
XYZ 38.63 29.35 52.35 -
YUV 151.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 194 123 190 0 0.37 0.02 0.24 303.38 0.37 0.62
Hex C2 7B BE 0 25 2 18 12F 25 3E
Octal 302 173 276 0 45 2 30 457 45 76
Binary 11000010 1111011 10111110 0 100101 10 11000 100101111 100101 111110

Color Harmonies of #C27BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27BBE

Black with #C27BBE

Text Example


Text Example

White with #C27BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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