Html Css Color HEX #C67BBF Orchid

📋 copy color: '#C67BBF'

red 198 ◦ green 123 ◦ blue 191

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

Shades of Orchid #C67BBF

Tints of Orchid #C67BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.02%

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

R = 38.67%
G = 24.02%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C67BBF (or 0xC67BBF) is known color: Orchid. HEX triplet: C6, 7B and BF. RGB value is (198,123,191). Sum of RGB (Red+Green+Blue) = 198+123+191=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C67BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BBF is #398440. Grayscale: #989898. Windows color (decimal): -3769409 or 12549062. OLE color: 12549062.

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

Color convert

RGB 198 123 191 -
CMYK 0 0.38 0.04 0.22
HSL 305.6º 0.4% 0.63% -
HSV(B) 305.6º 0.38% 0.78% -
XYZ 39.78 29.93 52.97 -
YUV 153.18 149.35 159.97 -
System Red Green Blue C M Y K H S L
Decimal 198 123 191 0 0.38 0.04 0.22 305.6 0.4 0.63
Hex C6 7B BF 0 26 4 16 132 28 3F
Octal 306 173 277 0 46 4 26 462 50 77
Binary 11000110 1111011 10111111 0 100110 100 10110 100110010 101000 111111

Color Harmonies of #C67BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67BBF

Black with #C67BBF

Text Example


Text Example

White with #C67BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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