Html Css Color HEX #C67BBA Orchid

📋 copy color: '#C67BBA'

red 198 ◦ green 123 ◦ blue 186

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

Shades of Orchid #C67BBA

Tints of Orchid #C67BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 39.05%
G = 24.26%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C67BBA (or 0xC67BBA) is known color: Orchid. HEX triplet: C6, 7B and BA. RGB value is (198,123,186). Sum of RGB (Red+Green+Blue) = 198+123+186=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C67BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BBA is #398445. Grayscale: #989898. Windows color (decimal): -3769414 or 12221382. OLE color: 12221382.

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

Color convert

RGB 198 123 186 -
CMYK 0 0.38 0.06 0.22
HSL 309.6º 0.4% 0.63% -
HSV(B) 309.6º 0.38% 0.78% -
XYZ 39.23 29.72 50.12 -
YUV 152.61 146.85 160.38 -
System Red Green Blue C M Y K H S L
Decimal 198 123 186 0 0.38 0.06 0.22 309.6 0.4 0.63
Hex C6 7B BA 0 26 6 16 136 28 3F
Octal 306 173 272 0 46 6 26 466 50 77
Binary 11000110 1111011 10111010 0 100110 110 10110 100110110 101000 111111

Color Harmonies of #C67BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67BBA

Black with #C67BBA

Text Example


Text Example

White with #C67BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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