Html Css Color HEX #C67BBE Orchid

📋 copy color: '#C67BBE'

red 198 ◦ green 123 ◦ blue 190

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

Shades of Orchid #C67BBE

Tints of Orchid #C67BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 38.75%
G = 24.07%
B = 37.18%

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

#C67BBE (or 0xC67BBE) is known color: Orchid. HEX triplet: C6, 7B and BE. RGB value is (198,123,190). Sum of RGB (Red+Green+Blue) = 198+123+190=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C67BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BBE is #398441. Grayscale: #989898. Windows color (decimal): -3769410 or 12483526. OLE color: 12483526.

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

Color convert

RGB 198 123 190 -
CMYK 0 0.38 0.04 0.22
HSL 306.4º 0.4% 0.63% -
HSV(B) 306.4º 0.38% 0.78% -
XYZ 39.67 29.89 52.39 -
YUV 153.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 198 123 190 0 0.38 0.04 0.22 306.4 0.4 0.63
Hex C6 7B BE 0 26 4 16 132 28 3F
Octal 306 173 276 0 46 4 26 462 50 77
Binary 11000110 1111011 10111110 0 100110 100 10110 100110010 101000 111111

Color Harmonies of #C67BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67BBE

Black with #C67BBE

Text Example


Text Example

White with #C67BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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