Html Css Color HEX #C67CBF Orchid

📋 copy color: '#C67CBF'

red 198 ◦ green 124 ◦ blue 191

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

Shades of Orchid #C67CBF

Tints of Orchid #C67CBF

RGB

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

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

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

R = 38.6%
G = 24.17%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C67CBF (or 0xC67CBF) is known color: Orchid. HEX triplet: C6, 7C and BF. RGB value is (198,124,191). Sum of RGB (Red+Green+Blue) = 198+124+191=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CBF is #398340. Grayscale: #999999. Windows color (decimal): -3769153 or 12549318. OLE color: 12549318.

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

Color convert

RGB 198 124 191 -
CMYK 0 0.37 0.04 0.22
HSL 305.68º 0.39% 0.63% -
HSV(B) 305.68º 0.37% 0.78% -
XYZ 39.9 30.18 53.01 -
YUV 153.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 198 124 191 0 0.37 0.04 0.22 305.68 0.39 0.63
Hex C6 7C BF 0 25 4 16 132 27 3F
Octal 306 174 277 0 45 4 26 462 47 77
Binary 11000110 1111100 10111111 0 100101 100 10110 100110010 100111 111111

Color Harmonies of #C67CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CBF

Black with #C67CBF

Text Example


Text Example

White with #C67CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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