Html Css Color HEX #C27FD0 Orchid

📋 copy color: '#C27FD0'

red 194 ◦ green 127 ◦ blue 208

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

Shades of Orchid #C27FD0

Tints of Orchid #C27FD0

RGB

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

 GREEN value IS 127 (50% from 255) = 24.01%

 BLUE value IS 208 (81.64% from 255) = 39.32%

R = 36.67%
G = 24.01%
B = 39.32%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C27FD0 (or 0xC27FD0) is known color: Orchid. HEX triplet: C2, 7F and D0. RGB value is (194,127,208). Sum of RGB (Red+Green+Blue) = 194+127+208=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #C27FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FD0 is #3D802F. Grayscale: #9C9C9C. Windows color (decimal): -4030512 or 13664194. OLE color: 13664194.

HSL color Cylindrical-coordinate representation of color #C27FD0: hue angle of 289.63º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27FD0 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 127 208 -
CMYK 0.07 0.39 0 0.18
HSL 289.63º 0.46% 0.66% -
HSV(B) 289.63º 0.39% 0.82% -
XYZ 41.22 31.2 63.52 -
YUV 156.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 194 127 208 0.07 0.39 0 0.18 289.63 0.46 0.66
Hex C2 7F D0 7 27 0 12 122 2E 42
Octal 302 177 320 7 47 0 22 442 56 102
Binary 11000010 1111111 11010000 111 100111 0 10010 100100010 101110 1000010

Color Harmonies of #C27FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27FD0

Black with #C27FD0

Text Example


Text Example

White with #C27FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27FD0; }

 p { color: rgb(194,127,208); }

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

background-color css

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

 a { background-color: rgb(194,127,208); }

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

border-color css

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

 span { border-color: rgb(194,127,208); }

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