Html Css Color HEX #C67CBC Orchid

📋 copy color: '#C67CBC'

red 198 ◦ green 124 ◦ blue 188

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

Shades of Orchid #C67CBC

Tints of Orchid #C67CBC

RGB

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

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

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

R = 38.82%
G = 24.31%
B = 36.86%

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

#C67CBC (or 0xC67CBC) is known color: Orchid. HEX triplet: C6, 7C and BC. RGB value is (198,124,188). Sum of RGB (Red+Green+Blue) = 198+124+188=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CBC is #398343. Grayscale: #999999. Windows color (decimal): -3769156 or 12352710. OLE color: 12352710.

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

Color convert

RGB 198 124 188 -
CMYK 0 0.37 0.05 0.22
HSL 308.11º 0.39% 0.63% -
HSV(B) 308.11º 0.37% 0.78% -
XYZ 39.57 30.05 51.29 -
YUV 153.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 198 124 188 0 0.37 0.05 0.22 308.11 0.39 0.63
Hex C6 7C BC 0 25 5 16 134 27 3F
Octal 306 174 274 0 45 5 26 464 47 77
Binary 11000110 1111100 10111100 0 100101 101 10110 100110100 100111 111111

Color Harmonies of #C67CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CBC

Black with #C67CBC

Text Example


Text Example

White with #C67CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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