Html Css Color HEX #C27FCF Orchid

📋 copy color: '#C27FCF'

red 194 ◦ green 127 ◦ blue 207

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

Shades of Orchid #C27FCF

Tints of Orchid #C27FCF

RGB

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

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

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

R = 36.74%
G = 24.05%
B = 39.2%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C27FCF (or 0xC27FCF) is known color: Orchid. HEX triplet: C2, 7F and CF. RGB value is (194,127,207). Sum of RGB (Red+Green+Blue) = 194+127+207=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #C27FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FCF is #3D8030. Grayscale: #9B9B9B. Windows color (decimal): -4030513 or 13598658. OLE color: 13598658.

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

Color convert

RGB 194 127 207 -
CMYK 0.06 0.39 0 0.19
HSL 290.25º 0.45% 0.65% -
HSV(B) 290.25º 0.39% 0.81% -
XYZ 41.1 31.15 62.88 -
YUV 156.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 194 127 207 0.06 0.39 0 0.19 290.25 0.45 0.65
Hex C2 7F CF 6 27 0 13 122 2D 41
Octal 302 177 317 6 47 0 23 442 55 101
Binary 11000010 1111111 11001111 110 100111 0 10011 100100010 101101 1000001

Color Harmonies of #C27FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27FCF

Black with #C27FCF

Text Example


Text Example

White with #C27FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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