Html Css Color HEX #C27CCF Orchid

📋 copy color: '#C27CCF'

red 194 ◦ green 124 ◦ blue 207

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

Shades of Orchid #C27CCF

Tints of Orchid #C27CCF

RGB

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

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

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

R = 36.95%
G = 23.62%
B = 39.43%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C27CCF (or 0xC27CCF) is known color: Orchid. HEX triplet: C2, 7C and CF. RGB value is (194,124,207). Sum of RGB (Red+Green+Blue) = 194+124+207=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #C27CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CCF is #3D8330. Grayscale: #9A9A9A. Windows color (decimal): -4031281 or 13597890. OLE color: 13597890.

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

Color convert

RGB 194 124 207 -
CMYK 0.06 0.40 0 0.19
HSL 290.6º 0.46% 0.65% -
HSV(B) 290.6º 0.4% 0.81% -
XYZ 40.72 30.39 62.75 -
YUV 154.39 157.69 156.25 -
System Red Green Blue C M Y K H S L
Decimal 194 124 207 0.06 0.40 0 0.19 290.6 0.46 0.65
Hex C2 7C CF 6 28 0 13 123 2E 41
Octal 302 174 317 6 50 0 23 443 56 101
Binary 11000010 1111100 11001111 110 101000 0 10011 100100011 101110 1000001

Color Harmonies of #C27CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CCF

Black with #C27CCF

Text Example


Text Example

White with #C27CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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