Html Css Color HEX #C67CBB Orchid

📋 copy color: '#C67CBB'

red 198 ◦ green 124 ◦ blue 187

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

Shades of Orchid #C67CBB

Tints of Orchid #C67CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 38.9%
G = 24.36%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C67CBB (or 0xC67CBB) is known color: Orchid. HEX triplet: C6, 7C and BB. RGB value is (198,124,187). Sum of RGB (Red+Green+Blue) = 198+124+187=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CBB is #398344. Grayscale: #999999. Windows color (decimal): -3769157 or 12287174. OLE color: 12287174.

HSL color Cylindrical-coordinate representation of color #C67CBB: hue angle of 308.92º 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 #C67CBB is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 124 187 -
CMYK 0 0.37 0.06 0.22
HSL 308.92º 0.39% 0.63% -
HSV(B) 308.92º 0.37% 0.78% -
XYZ 39.47 30.01 50.73 -
YUV 153.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 198 124 187 0 0.37 0.06 0.22 308.92 0.39 0.63
Hex C6 7C BB 0 25 6 16 135 27 3F
Octal 306 174 273 0 45 6 26 465 47 77
Binary 11000110 1111100 10111011 0 100101 110 10110 100110101 100111 111111

Color Harmonies of #C67CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CBB

Black with #C67CBB

Text Example


Text Example

White with #C67CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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