Html Css Color HEX #C67CBE Orchid

📋 copy color: '#C67CBE'

red 198 ◦ green 124 ◦ blue 190

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

Shades of Orchid #C67CBE

Tints of Orchid #C67CBE

RGB

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

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

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

R = 38.67%
G = 24.22%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C67CBE (or 0xC67CBE) is known color: Orchid. HEX triplet: C6, 7C and BE. RGB value is (198,124,190). Sum of RGB (Red+Green+Blue) = 198+124+190=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CBE is #398341. Grayscale: #999999. Windows color (decimal): -3769154 or 12483782. OLE color: 12483782.

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

Color convert

RGB 198 124 190 -
CMYK 0 0.37 0.04 0.22
HSL 306.49º 0.39% 0.63% -
HSV(B) 306.49º 0.37% 0.78% -
XYZ 39.79 30.14 52.44 -
YUV 153.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 198 124 190 0 0.37 0.04 0.22 306.49 0.39 0.63
Hex C6 7C BE 0 25 4 16 132 27 3F
Octal 306 174 276 0 45 4 26 462 47 77
Binary 11000110 1111100 10111110 0 100101 100 10110 100110010 100111 111111

Color Harmonies of #C67CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CBE

Black with #C67CBE

Text Example


Text Example

White with #C67CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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