Html Css Color HEX #C67FBF Orchid

📋 copy color: '#C67FBF'

red 198 ◦ green 127 ◦ blue 191

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

Shades of Orchid #C67FBF

Tints of Orchid #C67FBF

RGB

 RED value IS 198 (77.73% from 255) = 38.37%

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

 BLUE value IS 191 (75% from 255) = 37.02%

R = 38.37%
G = 24.61%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C67FBF (or 0xC67FBF) is known color: Orchid. HEX triplet: C6, 7F and BF. RGB value is (198,127,191). Sum of RGB (Red+Green+Blue) = 198+127+191=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C67FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FBF is #398040. Grayscale: #9B9B9B. Windows color (decimal): -3768385 or 12550086. OLE color: 12550086.

HSL color Cylindrical-coordinate representation of color #C67FBF: hue angle of 305.92º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67FBF is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 127 191 -
CMYK 0 0.36 0.04 0.22
HSL 305.92º 0.38% 0.64% -
HSV(B) 305.92º 0.36% 0.78% -
XYZ 40.28 30.95 53.14 -
YUV 155.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 198 127 191 0 0.36 0.04 0.22 305.92 0.38 0.64
Hex C6 7F BF 0 24 4 16 132 26 40
Octal 306 177 277 0 44 4 26 462 46 100
Binary 11000110 1111111 10111111 0 100100 100 10110 100110010 100110 1000000

Color Harmonies of #C67FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67FBF

Black with #C67FBF

Text Example


Text Example

White with #C67FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67FBF; }

 p { color: rgb(198,127,191); }

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

background-color css

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

 a { background-color: rgb(198,127,191); }

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

border-color css

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

 span { border-color: rgb(198,127,191); }

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