Html Css Color HEX #C27BCF Orchid

📋 copy color: '#C27BCF'

red 194 ◦ green 123 ◦ blue 207

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

Shades of Orchid #C27BCF

Tints of Orchid #C27BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.5%

R = 37.02%
G = 23.47%
B = 39.5%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C27BCF (or 0xC27BCF) is known color: Orchid. HEX triplet: C2, 7B and CF. RGB value is (194,123,207). Sum of RGB (Red+Green+Blue) = 194+123+207=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #C27BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BCF is #3D8430. Grayscale: #999999. Windows color (decimal): -4031537 or 13597634. OLE color: 13597634.

HSL color Cylindrical-coordinate representation of color #C27BCF: hue angle of 290.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27BCF is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 123 207 -
CMYK 0.06 0.41 0 0.19
HSL 290.71º 0.47% 0.65% -
HSV(B) 290.71º 0.41% 0.81% -
XYZ 40.59 30.14 62.71 -
YUV 153.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 194 123 207 0.06 0.41 0 0.19 290.71 0.47 0.65
Hex C2 7B CF 6 29 0 13 123 2F 41
Octal 302 173 317 6 51 0 23 443 57 101
Binary 11000010 1111011 11001111 110 101001 0 10011 100100011 101111 1000001

Color Harmonies of #C27BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27BCF

Black with #C27BCF

Text Example


Text Example

White with #C27BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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