Html Css Color HEX #C67DBC Orchid

📋 copy color: '#C67DBC'

red 198 ◦ green 125 ◦ blue 188

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

Shades of Orchid #C67DBC

Tints of Orchid #C67DBC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.46%

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 38.75%
G = 24.46%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C67DBC (or 0xC67DBC) is known color: Orchid. HEX triplet: C6, 7D and BC. RGB value is (198,125,188). Sum of RGB (Red+Green+Blue) = 198+125+188=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DBC is #398243. Grayscale: #999999. Windows color (decimal): -3768900 or 12352966. OLE color: 12352966.

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

Color convert

RGB 198 125 188 -
CMYK 0 0.37 0.05 0.22
HSL 308.22º 0.39% 0.63% -
HSV(B) 308.22º 0.37% 0.78% -
XYZ 39.7 30.3 51.33 -
YUV 154.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 198 125 188 0 0.37 0.05 0.22 308.22 0.39 0.63
Hex C6 7D BC 0 25 5 16 134 27 3F
Octal 306 175 274 0 45 5 26 464 47 77
Binary 11000110 1111101 10111100 0 100101 101 10110 100110100 100111 111111

Color Harmonies of #C67DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67DBC

Black with #C67DBC

Text Example


Text Example

White with #C67DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67DBC; }

 p { color: rgb(198,125,188); }

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

background-color css

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

 a { background-color: rgb(198,125,188); }

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

border-color css

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

 span { border-color: rgb(198,125,188); }

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